KShare/translations
ArsenArsen c6864de782 Organization Is Key To Success!!!! 2017-09-06 19:16:31 +02:00
..
README.md Organization Is Key To Success!!!! 2017-09-06 19:16:31 +02:00
bg_BG.qm Add Bulgarian translations 2017-07-31 00:21:24 +02:00
bg_BG.ts Add Bulgarian translations 2017-07-31 00:21:24 +02:00
de_DE.qm Add German translations 2017-08-06 13:20:51 +02:00
de_DE.ts Add German translations 2017-08-06 13:20:51 +02:00
ru_RU.qm Fix russian translation 2017-07-30 06:58:06 +03:00
ru_RU.ts Fix russian translation 2017-07-30 06:58:06 +03:00
sr_RS.qm Update Serbian translation 2017-08-21 16:35:02 +02:00
sr_RS.ts Update Serbian translation 2017-08-21 16:35:02 +02: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!