Translations: pt -> pt-rBR

This commit is contained in:
Benoit Marty 2024-05-27 14:50:09 +02:00
parent 9b07e1cf71
commit bbb44db297
39 changed files with 4 additions and 2 deletions

View file

@ -27,6 +27,8 @@ def normalizeForResourceConfigurations(locale):
return "in"
case "zh_TW#Hant":
return "zh-rTW"
case "pt_BR":
return "pt-rBR"
case "zh#Hans":
return "zh-rCN"
case _: