Fix wrong locale

This commit is contained in:
Leonardo Murça 2025-07-11 10:58:34 -03:00
parent 5e7c044f8a
commit 9183306aed

View file

@ -107,7 +107,7 @@ const config = {
loader: async () => (await import('./pt-BR/privacy-policy.json')).default, 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', key: 'mobile.app.privacy.policy',
routes: ['/mobile-app/privacy-policy'], routes: ['/mobile-app/privacy-policy'],
loader: async () => (await import('./pt-BR/mobile-app-privacy-policy.json')).default, loader: async () => (await import('./pt-BR/mobile-app-privacy-policy.json')).default,