diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-18 14:39:00 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-18 14:39:00 -0400 |
commit | 61a76baa3a6fe351af69ef274a4f5ee32ff55f0f (patch) | |
tree | 6638ad33c908ef84fcdd4e6eeb1e245e793512b4 | |
parent | 41ded0f503c887b5b9f4642a5af690c2735ff472 (diff) |
!
-rw-r--r-- | Remove-the-redundant-move-grammar-table.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Remove-the-redundant-move-grammar-table.md b/Remove-the-redundant-move-grammar-table.md index 5c1ace2..7df3440 100644 --- a/Remove-the-redundant-move-grammar-table.md +++ b/Remove-the-redundant-move-grammar-table.md @@ -1,10 +1,10 @@ In Japanese, there are five ways to say "*POKéMON* used *MOVE*!": -- "*POKéMON*の *MOVE* つかった!" ("*POKéMON* used *MOVE*!") -- "*POKéMON*の *MOVE*した!" ("*POKéMON* did *MOVE*!") -- "*POKéMON*の *MOVE* した!" ("*POKéMON* did *MOVE*!" for long move names) -- "*POKéMON*の *MOVE* こうげき!" ("*POKéMON*'s *MOVE* attack!") -- "*POKéMON*の *MOVE*!" ("*POKéMON*'s *MOVE*!") +- "*POKéMON*の *MOVE* つかった!" ("*POKéMON* used *MOVE*!") +- "*POKéMON*の *MOVE*した!" ("*POKéMON* did *MOVE*!") +- "*POKéMON*の *MOVE* した!" ("*POKéMON* did *MOVE*!" for long move names) +- "*POKéMON*の *MOVE* こうげき!" ("*POKéMON*'s *MOVE* attack!") +- "*POKéMON*の *MOVE*!" ("*POKéMON*'s *MOVE*!") These are all redundant in the English localization. This tutorial will show you how to remove them, which saves space and simplifies the code. |