Skip to content

Commit

Permalink
Merge pull request #183 from reindex-ot/main
Browse files Browse the repository at this point in the history
Fix Japanese text
  • Loading branch information
chinosk6 authored Apr 12, 2024
2 parents 9ba6dd3 + d4f8976 commit eaa72d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/umagui/guiLanguage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,10 @@ namespace GuiTrans {
{"CharaId", "指定されたウマ娘のID"},
{"ActivateHealSkill", "回復スキルの発動"},

{"Option", "選択肢"},
{"Effects", "結果"},
{"On Success:", "成功:"},
{"On Failed:", "失敗:"},
{"Option", "オプション"},
{"Effects", "効果"},
{"On Success:", "成功時:"},
{"On Failed:", "失敗時:"},
};

const char* GetTrans(const char* text) {
Expand Down

0 comments on commit eaa72d1

Please sign in to comment.