Shaun Reed 754f64f135 | ||
---|---|---|
.. | ||
po | ||
README.md | ||
compile | ||
extract | ||
merge |
README.md
To add a translation:
- Create a po file for your language from the
template.pot
file. - Send the
.po
file to me in one of these ways:- Place your
.po
file into thepo
dir, run thecompile
script, and make a pull request. - Send the
.po
file in some other (non-git) way: open an issue on github, email, etc...
- Place your
To update an existing .po
file:
- Run the
merge
script. - Go through the
.po
file and check whether there are any missing/fuzzy translations.
To update the template.pot
file in case you edited the extension yourself:
- Run the
extract
script.