mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-14 17:02:27 +00:00
chore(translations): add Brazilian Portuguese
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://inlang.com/schema/project-settings",
|
"$schema": "https://inlang.com/schema/project-settings",
|
||||||
"baseLocale": "en-US",
|
"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": [
|
"modules": [
|
||||||
"./node_modules/@inlang/plugin-message-format/dist/index.js",
|
"./node_modules/@inlang/plugin-message-format/dist/index.js",
|
||||||
"./node_modules/@inlang/plugin-m-function-matcher/dist/index.js"
|
"./node_modules/@inlang/plugin-m-function-matcher/dist/index.js"
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
'en-US': 'English',
|
'en-US': 'English',
|
||||||
'fr-FR': 'Français',
|
'fr-FR': 'Français',
|
||||||
'nl-NL': 'Nederlands',
|
'nl-NL': 'Nederlands',
|
||||||
|
'pt-BR': 'Português brasileiro',
|
||||||
'ru-RU': 'Русский'
|
'ru-RU': 'Русский'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user