Quote:
Originally Posted by hvugar
When admin will add Azerbaijani to the list?
|
No idea. Maybe
KevinH can do this for you.
Quote:
Originally Posted by hvugar
Which tool i need to extract all translatable strings?
|
You don't need to do this, because the developers will update base.ts as needed and upload new versions to Transifex.
Quote:
Originally Posted by hvugar
For example i have change for example sigil_ru.ts to sigil_az.ts. And start replace strings in russian to Azerbaijani.
|
Ideally, you should translate base.ts in Transifex, however, you could also theoretically translate it with QT Linguist. QT Linguist is included in
pyqt5-tools, which you can install with the Python package manager.
Code:
pip install pyqt5-tools
This will install QT Linguist in:
Code:
C:\Python36\Lib\site-packages\pyqt5-tools\linguist.exe
After finishing the translation you'll have to convert the .ts file to a .qm with using the lrelease command line tool and copy it to the Sigil translations folder. For more information see
this website.
However, I'm not sure whether the Github version of sigil_ru.ts matches the version uploaded to Transifex.
You really should wait until you hear back from
KevinH before you start with the translation.