mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 19:54:10 -06:00
Fix: Portuguese Brazilian wasn't loading translations (#89302)
This commit is contained in:
parent
59f255bb7f
commit
b0c043de5f
@ -5,7 +5,7 @@ export const ENGLISH_US = 'en-US';
|
||||
export const FRENCH_FRANCE = 'fr-FR';
|
||||
export const SPANISH_SPAIN = 'es-ES';
|
||||
export const GERMAN_GERMANY = 'de-DE';
|
||||
export const BRAZILIAN_PORTUGUESE = 'pt-br';
|
||||
export const BRAZILIAN_PORTUGUESE = 'pt-BR';
|
||||
export const CHINESE_SIMPLIFIED = 'zh-Hans';
|
||||
export const PSEUDO_LOCALE = 'pseudo-LOCALE';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user