If you spot a typo or something else that needs to be improved, these are the steps:
git clone git@github.com:cortex/ripasso.git
cd ripasso
poedit cursive/res/fr.po
poedit is a stand-alone program to edit translation files. There is other alternatives, but poedit is quite easy to use.
After that you just need to submit a pull request on github with your changes in them.
If you want to translate ripasso to your language here is how:
- Check out the source code
git clone git@github.com:cortex/ripasso.git
- Edit
generate_pot.sh
and add a line at the bottom for the new language - Execute
./generate_pot.sh
- Translate the strings
poedit cursive/res/fr.po
After that you just need to submit a pull request on github
with your changes. Poedit will generate a .mo
file in addition to the
.po
file, that is only a binary representation of the information in the .po
file
and should not be included in the pull request.