1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Localization
============
You can read about sqlkit and localization in the docs.
If you feel like contributing, I'd really appreciate you send me a
translation file that you can obtain following the following steps.
1. copy locale/sqlkit.pot in the folder (to be created) for your language
following the standard structure. Eg. for italy:
locale/it/LC_MESSAGES/sqlkit.po
2. edit it with your preferred tool (emacs, virtaal, poEdit)
and send me (sandro@e-den.it) the translation
3. compile the .po file into a .mo file with:
python setup.py compile_catalog
it you are updating you translation, substitute step 1. with:
1b. python setup.py update_catalog
|