larsiusprime / firetongue

A translation/localization framework written in Haxe
MIT License
144 stars 32 forks source link

Support XML format for localizations #44

Closed DotWith closed 2 years ago

DotWith commented 2 years ago

The XML would be formatted like this:

<translation key="ui_Music" text="Music" />

<!-- In another XML for Russian -->
<translation key="ui_Music" text="Музыка" />
EliteMasterEric commented 2 years ago

Superceded by #46.