View Single Post
Old 05-01-2018, 05:22 AM   #6
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,736
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by hvugar View Post
When admin will add Azerbaijani to the list?
No idea. Maybe KevinH can do this for you.

Quote:
Originally Posted by hvugar View Post
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 View Post
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.
Doitsu is offline   Reply With Quote