Compare commits
	
		
			No commits in common. "4200c671906084b3edb7f5fa8972ff015db7206e" and "5e7c044f8a9ab59d3c663843036046b761324a1c" have entirely different histories.
		
	
	
		
			4200c67190
			...
			5e7c044f8a
		
	
		
					 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.PT_BR,
 | 
					      locale: SUPPORTED_LOCALES.EN_US,
 | 
				
			||||||
      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