H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 80 forks source link

Re-enable Localization #12

Closed dpogue closed 12 years ago

dpogue commented 13 years ago

There are XML files to handle L10n, but it's all hardcoded in the executable at the moment.

Combined with OHB's ULP project, we could add support for a number of languages.

dpogue commented 13 years ago

This is disabled in PubUtilLib/plResMgr/plLocalization.cpp

Looks easy enough to uncomment... but I recall some issues cropping up (Tsogal was broken for French players IIRC)

Deledrius commented 13 years ago

I've submitted pull request #55 to fix this issue (and a companion pull request in moul-scripts: https://github.com/H-uru/moul-scripts/pull/9 ).