diff --git a/messages/pt-BR.json b/messages/pt-BR.json index 6332d0b..326ffc8 100644 --- a/messages/pt-BR.json +++ b/messages/pt-BR.json @@ -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" } } -} \ No newline at end of file +} diff --git a/messages/tr-TR.json b/messages/tr-TR.json index f75549a..2b02a25 100644 --- a/messages/tr-TR.json +++ b/messages/tr-TR.json @@ -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?", diff --git a/src/i18n.ts b/src/i18n.ts index 78c295c..83806ed 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -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(