KShare/translations
Niklas b740fbd0d3 redesigned settings dialoge 2020-02-16 03:42:53 +01:00
..
README.md fixed strange german 2019-05-08 10:33:21 +02:00
bg_BG.qm Add Bulgarian translations 2017-07-31 00:21:24 +02:00
bg_BG.ts Update all .ts files 2017-10-01 01:19:43 +02:00
de_DE.qm redesigned settings dialoge 2020-02-16 03:42:53 +01:00
de_DE.ts redesigned settings dialoge 2020-02-16 03:42:53 +01:00
ru_RU.qm Update russian translation 2017-10-01 03:08:16 +03:00
ru_RU.ts Update russian translation 2017-10-01 03:08:16 +03:00
sr_RS.qm Update translation 2017-11-24 00:55:48 +01:00
sr_RS.ts Update translation 2017-11-24 00:55:48 +01:00

README.md

So, I hear ya want to translate

here is how to do it: Firstly, run lupdate ../KShare.pro -no-obsolete -ts <your locale (eg. en_US or sr_RS)>.ts

If you see something that looks like it was just changed a bit, take the old translation and update it, as -no-obsolete removed it. Then open and edit the file in Qt Linguist. When you're done editing the file, save it and run lrelease <your .ts file> and add an entry into ../src/translations.qrc for the newly produced .qm file (if there isn't one).

That's all, thank you!

Dont't forget to install qttools5-dev-tools