FYI, Is easy to translate Qet for new country.
You need latest trunk source code by
svn checkout svn://svn.tuxfamily.org/svnroot/qet/qet/trunk qelectrotech_trunk/
Go in your working directory :
cd qelectrotech_trunk/
1) edit qelectrotech.pro by :
sed -i 's/^TRANSLATIONS/#TRANSLATIONS/g' qelectrotech.pro
2) now generate new language, by default I use this command line for update new TS files :
https://qelectrotech.org/wiki_new/doc/t … rs_sources
lupdate -noobsolete qelectrotech.pro -ts lang/qet_{en,es,ru,pt,cs,pl,ca,de,ro,it,ar,sl,hr,el,nl,be,sl,zh,hu,pt_br,da,sr,fr}.ts
Add in this command line your country like this :
lupdate -noobsolete qelectrotech.pro -ts lang/qet_{en,es,ru,pt,cs,pl,ca,de,ro,it,ar,sl,hr,el,nl,be,sl,zh,hu,pt_br,da,sr,fr,sv}.ts
restore qelectrotech.pro by
sed -i 's/^#TRANSLATIONS/TRANSLATIONS/g' qelectrotech.pro
Now in lang folder you have new qet_sv.ts file, open this file by qt linguist and translate it.
Word phrases to translate are in french into the source code, but in qt linguist you could open in the same view english translation for help you.
http://doc.qt.io/qt-4.8/linguist-transl … ltaneously
Send me your new qet_sv.ts and binary qet_sv.qm even if not finish for adding sv country switch in code.
http://doc.qt.io/qt-4.8/linguist-translators.html
"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."