mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-16 19:20:17 +00:00
chore(translations): add French, Czech and German to language picker
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://inlang.com/schema/project-settings",
|
"$schema": "https://inlang.com/schema/project-settings",
|
||||||
"baseLocale": "en-US",
|
"baseLocale": "en-US",
|
||||||
"locales": [
|
"locales": ["en-US", "nl-NL", "ru-RU", "de-DE", "fr-FR", "cs-CZ"],
|
||||||
"en-US",
|
|
||||||
"nl-NL",
|
|
||||||
"ru-RU"
|
|
||||||
],
|
|
||||||
"modules": [
|
"modules": [
|
||||||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
|
||||||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js"
|
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js"
|
||||||
|
|||||||
@@ -8,7 +8,10 @@
|
|||||||
const currentLocale = getLocale();
|
const currentLocale = getLocale();
|
||||||
|
|
||||||
const locales = {
|
const locales = {
|
||||||
|
'cs-CZ': 'Čeština',
|
||||||
|
'de-DE': 'Deutsch',
|
||||||
'en-US': 'English',
|
'en-US': 'English',
|
||||||
|
'fr-FR': 'Français',
|
||||||
'nl-NL': 'Nederlands',
|
'nl-NL': 'Nederlands',
|
||||||
'ru-RU': 'Русский'
|
'ru-RU': 'Русский'
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user