How to add a new language
From MapbenderWiki
User:Astrid Emde (Module maintainer)
Contents |
How to add a new language to Mapbender ?
get a Mapbender Wiki Account
- sen a mail to the user-list to get a Mapbender wiki account
- go to wiki preferences (http://www.mapbender.org/Special:Preferences) and choose the language you want to translate
table translations
- create INSERT statements for table translation
- take the following sql as a template and copy it to a new wiki page (for example to your talk page http://www.mapbender.org/User_talk:Astrid_Emde)
- change the value of the column locale to the code of your language
- translate the third column (msgstr) of the following template to your language
- send a mail with the link to mapbender_users@lists.osgeo.org or mapbender_dev@lists.osgeo.org. The developer will integrate the new language to the next Mapbender version
- Template
create a new Mapbender.po file
- get download a Mapbender.po file from the svn for exampple http://trac.osgeo.org/mapbender/browser/trunk/mapbender/resources/locale/de_DE/LC_MESSAGES/Mapbender.po
- translate the msgstr to your language
- send the file to mapbender_users@lists.osgeo.org or mapbender_dev@lists.osgeo.org. The developer will integrate the new language to the next Mapbender version
