Add languages (#4452)
This commit is contained in:
		
							parent
							
								
									69a0d9034f
								
							
						
					
					
						commit
						b092086b5b
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -14,6 +14,7 @@ const merge = (...args) => args.reduce((a, c) => ({ | |||
| }), {}); | ||||
| 
 | ||||
| const languages = [ | ||||
| 	'cs-CZ', | ||||
| 	'de-DE', | ||||
| 	'en-US', | ||||
| 	'es-ES', | ||||
|  | @ -24,9 +25,11 @@ const languages = [ | |||
| 	'nl-NL', | ||||
| 	'pl-PL', | ||||
| 	'zh-CN', | ||||
| 	'zh-TW', | ||||
| ]; | ||||
| 
 | ||||
| const primaries = { | ||||
| 	'en': 'US', | ||||
| 	'ja': 'JP', | ||||
| 	'zh': 'CN', | ||||
| }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue