mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Add Korean translation (#1050)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user