Epicpkmn11 / WordleDS

A clone of Wordle for the Nintendo DS(i)
GNU General Public License v3.0
54 stars 12 forks source link

Creation of Japanese translation Mod #16

Open kuragehimekurara1 opened 2 years ago

kuragehimekurara1 commented 2 years ago

I would like to create a Japanese translation Mod for WordleDS, is it possible? If it can be created again, how should I create it?

Epicpkmn11 commented 2 years ago

It should be possible, either by romanization or with kana. See the modding wiki page for how to make a mod.

Doing it with a romanization should be pretty simple, just might need to edit the letter images to add macron/circumflex letters depending on how you romanize it.

Kana shouldn't be all too hard either unless there's too many keys to fit on screen, though it would be really tricky as Wordle DS doesn't support more than 6 guesses and there's no way to give extra hints like 言葉で遊ぼう does... Adding more than 6 guesses would be tricky as it wouldn't fit on screen well... Could maybe fit two columns if they were only 4 letters each. Extra hints would be trickier as that's very special to Japanese, could look into it though if wanted.

kuragehimekurara1 commented 2 years ago

If possible, I would like to create it with kana characters, but in that case, how should I create it?

Epicpkmn11 commented 2 years ago

You should just need to edit the letterTiles and kbdKeys images to use Kana, then edit the letters to match and the keyboard to use them in the mod.json.

kuragehimekurara1 commented 2 years ago

How do I edit the characters in kbdKeys and letterTiles?

Epicpkmn11 commented 2 years ago

They're just images, any image editor should work. I use GIMP.

kuragehimekurara1 commented 2 years ago

thank you! I know that kana characters should be replaced with KbdKeys and letterTiles, but how should I replace them?

Epicpkmn11 commented 2 years ago

You can just replace the Latin letters, like:

kanatest

The image can be extended without issues, it just has to match the letters array in the JSON.