diff --git a/frontend/project.inlang/settings.json b/frontend/project.inlang/settings.json index 0699c106..be497737 100644 --- a/frontend/project.inlang/settings.json +++ b/frontend/project.inlang/settings.json @@ -1,7 +1,7 @@ { "$schema": "https://inlang.com/schema/project-settings", "baseLocale": "en-US", - "locales": ["en-US", "nl-NL", "ru-RU", "de-DE", "fr-FR", "cs-CZ"], + "locales": ["en-US", "nl-NL", "ru-RU", "de-DE", "fr-FR", "cs-CZ", "pt-BR"], "modules": [ "./node_modules/@inlang/plugin-message-format/dist/index.js", "./node_modules/@inlang/plugin-m-function-matcher/dist/index.js" diff --git a/frontend/src/routes/settings/account/locale-picker.svelte b/frontend/src/routes/settings/account/locale-picker.svelte index 12e3d83d..6052b887 100644 --- a/frontend/src/routes/settings/account/locale-picker.svelte +++ b/frontend/src/routes/settings/account/locale-picker.svelte @@ -13,6 +13,7 @@ 'en-US': 'English', 'fr-FR': 'Français', 'nl-NL': 'Nederlands', + 'pt-BR': 'Português brasileiro', 'ru-RU': 'Русский' };