Actions

Translations

Translations:Translating LimeSurvey/9/nl

From LimeSurvey Manual

Revision as of 20:27, 24 May 2013 by Han (talk | contribs)

Een nieuwe taal toevoegen

  1. Zorg dat je toegang hebt tot de ontwikkelversie van LimeSurvey. Lees hiervoor Accessing the source code
  2. Download en installeer poEDIT
  3. Bepaal de language-code van je taal, Zie: IANA Language Subtag Registry.
  4. Ga naar de map /locale en maak een map aan net de language-code.
  5. Inside that directory create a directory named LC_MESSAGES.
  6. Download the language template file from http://www.limesurvey.org/translationstatus/limesurvey.pot and rename it to <your_language_code>.po.
  7. Save the (yet) empty file to that dir (in the /locale/your_language_code/LC_MESSAGES/ folder).
  8. Now open the file with poEdit and translate everything you need to translate.
  9. To make LimeSurvey know about your language you must add it to the file application/helpers/surveytranslator_helper.php. Open that file with a text editor and add your language in the same way the other languages in that file are defined.
  10. Save - make sure that beside the .po file also the binary .mo file is created (that's the one LimeSurvey is reading from).
  11. Send the new .po-File and the updated surveytranslator_helper.php file to translations@limesurvey.org . If you want your name to be linked from/shown on the team-page please write so in the e-mail!