[Add] model test code

既存のVRCT 1.3.2のUIをmodelのテストコードとして移動
This commit is contained in:
misygauziya
2023-08-27 04:54:25 +09:00
parent 2bcf096c88
commit cd4e431be2
11 changed files with 2828 additions and 0 deletions

6
test_model/languages.py Normal file
View File

@@ -0,0 +1,6 @@
selectable_languages = {
"en": "English",
"ja": "日本語",
"ko": "한국어"
# 新しい言語とキーを追加する場合はここに追記してください
}