arcan1s / netctl-gui

Qt4/Qt5 GUI and Plasmoid which interact with netctl
http://arcanis.name/projects/netctl-gui/
GNU General Public License v3.0
20 stars 2 forks source link

Translation status #3

Open arcan1s opened 10 years ago

arcan1s commented 10 years ago

Page on transifex

If you want to create a translation for Netctl GUI it is great.

First you should get a source text. It may be found on github (path is sources/resources/translations/netctl-gui.ts, sources/resources/translations-helper/netctlgui-helper.ts and sources/resources/translations-plasmoid/plasma_applet_netctl.pot) or here is a direct link, second one and third one.

Then copy the source *.po file (plasma_applet_netctl.pot) to xx.po, where xx is short name of selected language (for example, en) and edit it. I use lokalize for it, but you may use any text editor (just put translated text into double quotes in lines msgstr""). But I think that using any special editor (such as lokalize or poedit) is more comfortable. Examples of finished files you may find in the repo too (path is sources/resources/translations-plasmoid, files are xx.po).

And next copy the source *.ts files (netctl-gui.ts and netctlgui-helper.ts) to ln.ts, where ln is name of selected language and edit it. I recommend to use linguistfrom Qt package for it.

If you have a github account you may fork my repo, create a translation and then create a pull request. If you do not have one you may send me files in any convenient manner (via e-mail too).

STATUS