MoArtis / RCGMod

UserXpMod is a "quality of life" mod for River City Girls by Wayforward.
42 stars 2 forks source link

Calling for translations #43

Open winterheart opened 4 years ago

winterheart commented 4 years ago

After little research I found that RCG can support more languages than original 10.

List of supported languages can be found in one of structures, and, as I can see, can be easily extended. Main issues is supported fonts and translated entries to specific language.

First issue is not real problem if new language belongs to list of already supported character families:

Second issue can be solved with my tool RCG-Tr, which can extend original RCG_LocalizationData.json with new language entries.

So, we can create new localization subproject somewhere in Transifex or Weblate/Pootle server instance to gather translators.

Since RCGModd 1.3 adds new strings (#21), we can use this subproject to translate them too.

MoArtis commented 4 years ago

Nice work @winterheart !