Add Korean translation (#1050)

This commit is contained in:
Myeongjin
2025-04-09 20:17:43 +09:00
committed by GitHub
parent 463689fde9
commit 6cfd44f3c0
3 changed files with 96 additions and 3 deletions

View File

@@ -1,13 +1,14 @@
// Get the language label
const languageMap = {
'de': 'Deutsch',
'en': 'English',
'es': 'Español',
'de': 'Deutsch',
'fr': 'Français',
'ja': '日本語',
'ko': '한국어',
'pt': 'Português',
'zh-cn': '中文(简体)',
'zh-tw': '中文(繁體)',
'pt': 'Português',
};
document.querySelectorAll('.localize-language-label').forEach(function(el) {