Add Brazilian Portuguese locale in menu

This commit is contained in:
Sebastien Castiel
2025-04-19 14:26:14 -04:00
parent 2c4b4f1594
commit 75747157f0
3 changed files with 4 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
"createFirst": "Crie a primeira",
"noExpenses": "Seu grupo ainda não contém nenhuma despesa.",
"exportJson": "Exportar para JSON",
"exportCsv": "Exportar para CSV",
"searchPlaceholder": "Pesquisar por uma despesa…",
"ActiveUserModal": {
"title": "Quem é você?",
@@ -385,4 +386,4 @@
"Water": "Água"
}
}
}
}

View File

@@ -21,6 +21,7 @@
"createFirst": "İlk masrafı oluştur",
"noExpenses": "Grubunuzda henüz herhangi bir masraf yok.",
"exportJson": "JSON olarak dışa aktar",
"exportCsv": "CSV olarak dışa aktar",
"searchPlaceholder": "Bir masraf arayın…",
"ActiveUserModal": {
"title": "Kimsiniz?",

View File

@@ -15,6 +15,7 @@ export const localeLabels = {
'ua-UA': 'Українська',
ro: 'Română',
'tr-TR': 'Türkçe',
'pt-BR': 'Português Brasileiro',
} as const
export const locales: (keyof typeof localeLabels)[] = Object.keys(