[v11.0.x] Fix: Portuguese Brazilian wasn't loading translations (#89374)

This commit is contained in:
grafana-delivery-bot[bot]
2024-06-18 20:24:56 +03:00
committed by GitHub
parent 80a3b12db8
commit 128c2bd023
@@ -4,7 +4,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';