Merge pull request 'development' (#31) from development into main
All checks were successful
Deploy / deploy (push) Successful in 22s
All checks were successful
Deploy / deploy (push) Successful in 22s
Reviewed-on: #31
This commit is contained in:
commit
7f771b10fa
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue