HairyDude / pdxparse

A parser for scripts used in Paradox Development Studios games, written in Haskell
MIT License
6 stars 7 forks source link

Refactor for i18n #1

Closed HairyDude closed 8 years ago

HairyDude commented 8 years ago

Currently output is all ad hoc and generated by code, making it hard to edit and translate. This is bad practice in general. We might not need to support languages other than English but using a proper i18n framework would at least make messages easier to change.

HairyDude commented 8 years ago

Fixed by 5807d6618b8bc0d1d51f3246c2d7c2e2b4167f56

HairyDude commented 8 years ago

There are a few messages still produced using hand-hacking, but the framework is there.