SYNC: korean translation

This commit is contained in:
SPRINX0\prochazka
2026-01-26 12:16:51 +01:00
committed by Diflow
parent 4b3f723bdc
commit cc6a95b579
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ const languageNames = {
'fr.json': 'French',
'it.json': 'Italian',
'ja.json': 'Japanese',
'ko.json': 'Korean',
'pt.json': 'Portuguese',
'sk.json': 'Slovak',
'zh.json': 'Chinese'
@@ -38,6 +38,7 @@
{ value: 'pt', label: 'Português (Brasil)' },
{ value: 'sk', label: 'Slovenčina' },
{ value: 'ja', label: '日本語' },
{ value: 'ko', label: '한국어' },
{ value: 'zh', label: '中文' },
]}
defaultValue={getSelectedLanguage()}