Resource icon

Unmaintained Po Manager 1.0.2

No permission to download
Version 1.0.2 released
The PO->XML converter was working great in theory but failed with real translations directly made from some po editors (Tested with Virtaal). This problem should now be fixed thanks to a very sexy "for" loop.

To update: use Chris auto installer addon or just upload files.
Version 1.01 released
  • PO->XML Converter modified to be compatible with the online PoEditor
    P.S: the online PoEditor doesn't keep extra meta information for XenForo language. So once the po file is converted into xml, its second line will need to be edited to match the previous language information ; ie:
    Code:
    <language title="undefined" date_format="undefined" time_format="undefined" decimal_point="undefined" thousands_separator="undefined" language_code="undefined" text_direction="undefined"/>
  • Tabulations are now converted into \t
Top Bottom