Juergen E. Fischer 65d3535fc5 - Quantum GIS => QGIS update
- integrate PythonConsole help into main translation
- allow referencing QGIS images in context help(viewer)
2013-05-20 16:48:51 +02:00
..
2013-05-20 16:48:51 +02:00
2013-05-20 16:48:51 +02:00
2013-05-20 16:48:51 +02:00
2013-05-20 16:48:51 +02:00

You can contribute to translate this help by creating a file *.properties and name it in
<your_locale_name>.properties
To get your locale name type the following lines in console:

>>> from PyQt4.QtCore import *
>>> QLocale.system().name()

For example: for Italian translation copy and paste a *.properties file and rename it to "it_IT.properties".
The only thing what you have to do is translate the values of the keys in dictionary.

i18n_dict = {
"key" : "value"
}