To add a translation:
- Create a po file for your language from the
template.potfile. - Send the
.pofile to me in one of these ways:- Place your
.pofile into thepodir, run thecompilescript, and make a pull request. - Send the
.pofile in some other (non-git) way: open an issue on github, email, etc...
- Place your
To update an existing .po file:
- Run the
mergescript. - Go through the
.pofile and check whether there are any missing/fuzzy translations.
To update the template.pot file in case you edited the extension yourself:
- Run the
extractscript.