Skip to content

How to translate qimgv

easymodo edited this page Aug 14, 2023 · 2 revisions
  1. First you'll need a translation tool, it's called qt linguist and you can get the windows build here

  2. Then you'll need a sample .ts (translation) file, as a base to work on

You can get it by downloading the qimgv sources or just grab it straight from the github site - https://github.com/easymodo/qimgv/tree/master/qimgv/res/translations

Download en_US.ts

  1. Rename it to something else and open it in linguist

  2. Before you do anything, in the top menu click Edit -> Translation file settings and change Target language from US / English to whatever you're translating to

image

then click Save button

image

  1. Now you can start the translation process. Quick howto:

linguist

  1. After you're done, save it and send me the translated .ts file, either via pull request, a new issue on github or just through email (easymodofrf@gmail.com)
Clone this wiki locally