Skip to content

Commit

Permalink
fix(i18n): Correct mistranslation of "One Time Off" (ZHS & ZHT) (#228)
Browse files Browse the repository at this point in the history
* Update cards.json

Fixed the translation error in the description of the "OneTimeOff"

* Update cards.json

Fixed the translation error in the description of the "OneTimeOff"
  • Loading branch information
zjl1053318729 committed Mar 8, 2024
1 parent bf0e1cb commit ea5f0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/marisa/localization/ZHS/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
},
"OneTimeOff": {
"NAME": "一回休",
"DESCRIPTION": "获得 !B! 点 格挡 ,这回合你将不能发动 增幅 和 蓄力 效果。 NL 下回合抽 !M! 张牌。",
"DESCRIPTION": "获得 !B! 点 格挡 ,这回合你将不能发动 增幅 效果。 NL 下回合抽 !M! 张牌。",
"UPGRADE_DESCRIPTION": "获得 !B! 点 格挡 ,这回合你将不能发动 增幅 和 蓄力 效果。 NL 下回合抽 !M! 张牌。"
},
"DarkMatter": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/marisa/localization/ZHT/cards.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
},
"OneTimeOff": {
"NAME": "一回休",
"DESCRIPTION": "獲得 !B! 點 格擋 ,本回合不能發動 增幅 和 蓄力 。 NL 下回合抽 !M! 張牌",
"DESCRIPTION": "獲得 !B! 點 格擋 ,本回合不能發動 增幅 。 NL 下回合抽 !M! 張牌",
"UPGRADE_DESCRIPTION": "獲得 !B! 點 格擋 ,本回合不能發動 增幅 和 蓄力 。 NL 下回合抽 !M! 張牌"
},
"DarkMatter": {
Expand Down

0 comments on commit ea5f0ba

Please sign in to comment.