1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 12:08:21 +08:00

Fix: Event name extraction and add ja-JP language file

This commit is contained in:
LmeSzinc
2021-10-03 02:28:24 +08:00
parent 77ace49c2e
commit f3f4f75aa8
6 changed files with 1515 additions and 72 deletions

View File

@@ -8,7 +8,7 @@ import yaml
import module.config.server as server
LANGUAGES = ['zh-CN', 'en-US', 'zh-TW']
LANGUAGES = ['zh-CN', 'en-US', 'ja-JP', 'zh-TW']
SERVER_TO_LANG = {
'cn': 'zh-CN',
'en': 'en-US',