mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 20:30:54 -05:00
* add scripts for conversion between utf8 and unicode-escaped strings
> ./scripts/encode-utf8.py '中文'
\u4e2d\u6587
> ./scripts/decode-utf8.py '\u4e2d\u6587'
中文
* add zh-TW translations
- sub weapons
- special weapons
- hero weapons
- stages (non-splatfest)
- modes
|
||
|---|---|---|
| .. | ||
| .vscode | ||
| ability_jsons.py | ||
| decode-utf8.py | ||
| encode-utf8.py | ||
| file_names_to_list.py | ||
| flip_wpn_dict.py | ||
| GearInfo_Clothes.json | ||
| GearInfo_Head.json | ||
| GearInfo_Shoes.json | ||
| generate_gear_json.py | ||
| generate_language_jsons.py | ||
| generate_weapon_info.py | ||
| lang_dict_EUen.json | ||
| maps.py | ||
| matches.py | ||
| planner_maps.py | ||
| weapon_info.json | ||
| WeaponInfo_Main_5_0.json | ||
| xrank.py | ||