File: README.localization

package info (click to toggle)
sqlkit 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,184 kB
  • sloc: python: 17,477; sql: 166; makefile: 95; xml: 23; sh: 11
file content (29 lines) | stat: -rw-r--r-- 700 bytes parent folder | download | duplicates (2)
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