Compare commits

...

3 commits

Author SHA1 Message Date
4200c67190 Merge branch 'main' of git.leomurca.xyz:leomurca/embroidery-viewer into development 2025-07-11 10:58:41 -03:00
9183306aed Fix wrong locale 2025-07-11 10:58:34 -03:00
c136734c97 Merge pull request 'Add privacy policy to mobile app' (#30) from development into main
All checks were successful
Deploy / deploy (push) Successful in 30s
Reviewed-on: #30
2025-07-11 13:57:06 +00:00

View file

@ -107,7 +107,7 @@ const config = {
loader: async () => (await import('./pt-BR/privacy-policy.json')).default,
},
{
locale: SUPPORTED_LOCALES.EN_US,
locale: SUPPORTED_LOCALES.PT_BR,
key: 'mobile.app.privacy.policy',
routes: ['/mobile-app/privacy-policy'],
loader: async () => (await import('./pt-BR/mobile-app-privacy-policy.json')).default,