mirror of https://github.com/grafana/grafana
I18n: Add Chinese (Simplified) (#56739)
* Prevent _old.json files from being created * Add contrib docs for adding new locale * add chinese (simplified)pull/56708/head
parent
85e3ed491d
commit
719769ee7c
@ -1,8 +1,9 @@ |
||||
export const ENGLISH_US = 'en-US'; |
||||
export const FRENCH_FRANCE = 'fr-FR'; |
||||
export const SPANISH_SPAIN = 'es-ES'; |
||||
export const CHINESE_SIMPLIFIED = 'zh-Hans'; |
||||
export const PSEUDO_LOCALE = 'pseudo-LOCALE'; |
||||
|
||||
export const DEFAULT_LOCALE = ENGLISH_US; |
||||
|
||||
export const VALID_LOCALES: string[] = [ENGLISH_US, FRENCH_FRANCE, SPANISH_SPAIN, PSEUDO_LOCALE]; |
||||
export const VALID_LOCALES: string[] = [ENGLISH_US, FRENCH_FRANCE, SPANISH_SPAIN, CHINESE_SIMPLIFIED, PSEUDO_LOCALE]; |
||||
|
Loading…
Reference in new issue