mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	Implemented strict mode for the project (broken tests, hundreds of @ts-ignore and new errors are included) [skip ci]
This commit is contained in:
		
				
					committed by
					
						
						SleepWalker
					
				
			
			
				
	
			
			
			
						parent
						
							10e8b77acf
						
					
				
				
					commit
					96049ad4ad
				
			@@ -1,6 +1,6 @@
 | 
			
		||||
import supportedLocales from 'app/i18n';
 | 
			
		||||
 | 
			
		||||
const localeToCountryCode = {
 | 
			
		||||
const localeToCountryCode: Record<string, string> = {
 | 
			
		||||
  en: 'gb',
 | 
			
		||||
  be: 'by',
 | 
			
		||||
  pt: 'br',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user