Changes

Jump to: navigation, search

Addons development

116 bytes added, 12:45, 2 November 2009
Get translators to translate your addon into multiple languages
== Get translators to translate your addon into multiple languages ==
# Initialize and update the template.pot for your addon:## ./make.py init NewProjectName# Initialize a language for your addon (say French, fr):
## ./make.py init NewProjectName fr
# Update it from gramps and other addons:
## ./make.py update NewProjectName fr
# Edit contrib/NewProjectName/po/fr-local.po
# Compile the languageslanguage:
## ./make.py compile NewProjectName fr
# Add/commit you or update your local language file, and commit changes:
## svn add NewProjectName/po/fr-local.po
## svn commit NewProjectName/po/fr-local.po -m "Added fr po file"

Navigation menu