mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Add French localization (#1018)
This commit is contained in:
@@ -3,9 +3,10 @@ const languageMap = {
|
||||
'en': 'English',
|
||||
'es': 'Español',
|
||||
'de': 'Deutsch',
|
||||
'fr': 'Français',
|
||||
'ja': '日本語',
|
||||
'zh': '中文',
|
||||
'pt': 'Português'
|
||||
'pt': 'Português',
|
||||
};
|
||||
|
||||
document.querySelectorAll('.localize-language-label').forEach(function(el) {
|
||||
@@ -13,4 +14,4 @@ document.querySelectorAll('.localize-language-label').forEach(function(el) {
|
||||
if (languageMap[lang]) {
|
||||
el.textContent = languageMap[lang];
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user