Add german translation

This commit is contained in:
dualshock-tools
2024-04-17 17:51:20 +02:00
parent ccd5de29c6
commit 42c9aed737
2 changed files with 161 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ var lang_disabled = true;
var available_langs = {
"zh_cn": { "name": "中文", "file": "zh_cn.json"},
"de_de": { "name": "Deutsch", "file": "de_de.json"},
"fr_fr": { "name": "Français", "file": "fr_fr.json"},
"it_it": { "name": "Italiano", "file": "it_it.json"},
"hu_hu": { "name": "Magyar", "file": "hu_hu.json"},