Add Serbian translation, and a translation guide
This commit is contained in:
parent
9f57a10bb8
commit
f77519da0b
1
translations.qrc
Normal file
1
translations.qrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
<RCC/>
|
9
translations/README.md
Normal file
9
translations/README.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
## 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 `../translations.qrc` for the newly produced `.qm` file (if there isn't one).
|
||||||
|
|
||||||
|
That's all, thank you!
|
BIN
translations/sr_RS.qm
Normal file
BIN
translations/sr_RS.qm
Normal file
Binary file not shown.
1014
translations/sr_RS.ts
Normal file
1014
translations/sr_RS.ts
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user