From 75747157f0bd6f8e8221f2da33f7b0b714a41932 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Sat, 19 Apr 2025 14:26:14 -0400 Subject: [PATCH] Add Brazilian Portuguese locale in menu --- messages/pt-BR.json | 3 ++- messages/tr-TR.json | 1 + src/i18n.ts | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) 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(