Author Topic: Translations for version 2.x  (Read 1888 times)

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1342
  • MegaZine3 Developer
    • MegaZine3
Translations for version 2.x
« on: October 27, 2009, 09:17:58 PM »
As MegaZine3 is now based on a plugin architecture, each plugin has it's own
localization strings in it's own file, leading to an incompatible method of
localization (i.e. you can't use the same files).

I.e. in 1.x you had one file, lang.XX.xml.
In 2.x you have multiple files, in a folder named according to the language,
XX/yyy.xml, where yyy is "megazine" for the engine internal strings,
and "<pluginname>" for the plugins (e.g., for the German strings for the gallery
plugin it'd be de/gallery.xml).

To keep the confusion to a minimum, localizations for 2.x shall be posted in the
project wiki, on the localizations page.
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.