Skip to content

Latest commit

 

History

History
executable file
·
33 lines (23 loc) · 634 Bytes

README.md

File metadata and controls

executable file
·
33 lines (23 loc) · 634 Bytes

Cleerio Data Download QGIS Plugin

Translation

  1. In the source code, use QtGui.QDialog.tr function.

  2. Go to i18n directory and run

cd i18n
pyside-lupdate -verbose download_data.pro 
lupdate -verbose download_data.pro 
  1. Open QT Linguist and translate what is to be translated - all *.ts files being created

  2. After translation is finished, run lrelease

lrelease *.ts
  1. When you change something in GUI or in download_data_dialog.py, you have to repeat all steps

  2. Git commit && git push

git commit -m"Translation updated" *.ts *.qm`