From 346add9b3e7e2dbfcd24ad5fa16da107469d004d Mon Sep 17 00:00:00 2001 From: dualshock-tools Date: Fri, 21 Jun 2024 11:06:55 +0200 Subject: [PATCH] Add zh_tw translation --- core.js | 1 + index.html | 2 +- lang/zh_tw.json | 166 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 168 insertions(+), 1 deletion(-) create mode 100644 lang/zh_tw.json diff --git a/core.js b/core.js index b012f0c..560b84b 100644 --- a/core.js +++ b/core.js @@ -23,6 +23,7 @@ var available_langs = { "ru_ru": { "name": "Русский", "file": "ru_ru.json"}, "tr_tr": { "name": "Türkçe", "file": "tr_tr.json"}, "zh_cn": { "name": "中文", "file": "zh_cn.json"}, + "zh_tw": { "name": "中文(繁)", "file": "zh_tw.json"}, }; function buf2hex(buffer) { diff --git a/index.html b/index.html index 00f512b..2873c5e 100644 --- a/index.html +++ b/index.html @@ -508,7 +508,7 @@