Adding Brazilian Portuguese translation to the backend

This commit is contained in:
Gustavo Michels de Camargo
2025-06-22 01:09:02 -03:00
committed by mayswind
parent b1349f57cd
commit 4413f2c411
2 changed files with 34 additions and 0 deletions
+3
View File
@@ -36,4 +36,7 @@ var AllLanguages = map[string]*LocaleInfo{
"zh-Hant": {
Content: zhHant,
},
"pt-BR": {
Content: ptBR,
}
}