🌍 i18n: Add Slovenian Language (#9313)

This commit is contained in:
Dustin Healy 2025-08-27 11:02:22 -07:00 committed by GitHub
parent 961af515d5
commit f209f616c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 0 deletions

View file

@ -107,6 +107,7 @@ export const LangSelector = ({
{ value: 'nl-NL', label: localize('com_nav_lang_dutch') },
{ value: 'id-ID', label: localize('com_nav_lang_indonesia') },
{ value: 'fi-FI', label: localize('com_nav_lang_finnish') },
{ value: 'sl', label: localize('com_nav_lang_slovenian') },
{ value: 'bo', label: localize('com_nav_lang_tibetan') },
{ value: 'uk-UA', label: localize('com_nav_lang_ukrainian') },
];

View file

@ -521,6 +521,7 @@
"com_nav_lang_russian": "Русский",
"com_nav_lang_spanish": "Español",
"com_nav_lang_swedish": "Svenska",
"com_nav_lang_slovenian": "Slovenščina",
"com_nav_lang_thai": "ไทย",
"com_nav_lang_tibetan": "བོད་སྐད་",
"com_nav_lang_traditional_chinese": "繁體中文",

View file

@ -39,6 +39,7 @@ import translationBo from './bo/translation.json';
import translationUk from './uk/translation.json';
import translationBs from './bs/translation.json';
import translationNb from './nb/translation.json';
import translationSl from './sl/translation.json';
export const defaultNS = 'translation';
@ -78,6 +79,7 @@ export const resources = {
hy: { translation: translationHy },
fi: { translation: translationFi },
bo: { translation: translationBo },
sl: { translation: translationSl },
uk: { translation: translationUk },
} as const;

View file

@ -0,0 +1,2 @@
{
}