tsaglam / Carcassonne

A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).
Eclipse Public License 2.0
96 stars 16 forks source link

About internationalization #9

Open mitsugu opened 8 months ago

mitsugu commented 8 months ago

Hi.

I've internationalized your Java version of Carcassonne and added a Japanese locale in addition to the English one, but I wonder if it's needed? It's not fully internationalized yet, and the internal error handling and exception handling are untouched, but can I send you a pull request?

I would appreciate it if you would consider it.

I compile my work list into a spreadsheet. https://docs.google.com/spreadsheets/d/18gFQ-fRBKEtsUixTwGWbh5bhq8yKL0x7LH1ouW5mAXg/edit?usp=sharing

tsaglam commented 8 months ago

I think it is a cool idea. Ideally, we would ensure proper internationalization that theoretically supports many languages.