[Add] model test code
既存のVRCT 1.3.2のUIをmodelのテストコードとして移動
This commit is contained in:
6
test_model/languages.py
Normal file
6
test_model/languages.py
Normal file
@@ -0,0 +1,6 @@
|
||||
selectable_languages = {
|
||||
"en": "English",
|
||||
"ja": "日本語",
|
||||
"ko": "한국어"
|
||||
# 新しい言語とキーを追加する場合はここに追記してください
|
||||
}
|
||||
Reference in New Issue
Block a user