Here is the (supposed to be exhaustive) list of components to translate in a given language for QElectroTech:
.ts and .qm files in the lang/ directory;.ts and .qm files already translated to look for in the last version of Qt's official .tar.gz;elements/ directory;qelectrotech.desktop file in misc/;x-qet-* files in misc/;man/;CREDIT, README, ELEMENTS.LICENSE and INSTALL files ; packaging/linux/fedora/README.elements file.It is of course possible to learn how to use these tools on the fly by coming on our IRC channel. If you wish to translate QElectroTech, contact the development team by email or join our IRC channel. The accepted languages to communicate with the development team are the French, the English and the Spanish.
Note: the .ts files are generally updated by the developer when he considers the new strings perennial.
TRANSLATIONS += : sed -i 's/^TRANSLATIONS/#TRANSLATIONS/g' qelectrotech.pro
lupdate-qt4 -noobsolete qelectrotech.pro -ts lang/qet_en.ts lang/qet_es.ts lang/qet_ru.ts lang/qet_pt.ts lang/qet_cs.ts
lupdate-qt4 -noobsolete -pluralonly qelectrotech.pro -ts lang/qet_fr.ts
sed -i 's/^#TRANSLATIONS/TRANSLATIONS/g' qelectrotech.pro
Translators: since 07/05/2012, the work is back to the trunk, forget the 0.3 branch.
Statistics for 0.3 branch
| Langue | Traducteur | Qt | Application | Collection | Fichiers misc/*.desktop | Fichiers misc/*.xml | Manuel Unix | CREDIT | README | INSTALL | ELEMENTS.LICENSE | packaging/linux/fedora/README.elements |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
[fr] Français (Français) | Laurent Trinques | | | | | | | | | | | |
[en] English (Anglais) | Laurent Trinques | | | | | | | | | | | |
[es] Español (Espagnol) | Alfredo Carreto | | | 479/1726 (27.8%) | | | | | | | | |
[ru] Russe (Русский) | Yuriy Litkevich | | 776/1073 (72.3%) | 225/1726 (13.0%) | 2/4 | 3/4 | | | | | | |
[pt] Portugais (Português) | Jose Carlos Martins | | | 478/1726 (27.7%) | | | | | | | | |
[cs] Czech (Tchèque) | Pavel Fric | | | 1698/1726 (98.4%) | | | | | | | | |
[pl] Polska (Polonais) | Pawel Smiech | | | | | | | | | | | |
[ca] Català (Catalan) | Youssef Ouamalkran | | 568/1073 (52.9%) | 0/1726 (0.0%) | 0/4 | 0/4 | | | | | | |
[ro] Română (Roumain) | Gabi Mandoc | | 760/1073 (70.8%) | 0/1726 (0.0%) | 0/4 | 0/4 | | | | | | |
[de] Deutsch (Allemand) | Markus Budde | | 1054/1073 (98.2%) | 426/1726 (24.7%) | 0/4 | 0/4 | | | | | | |
[it] Italiano (Italiano) | Alessandro Conti | | 1026/1073 (95.6%) | 374/1726 (21.7%) | 3/4 | 3/4 | | | | | | |
[ar] Arabic (Arabe) | Mohamed Souabni | | | 1631/1726 (94.5%) | | | | | | | | |
[sl] Slovenian (Slovene) | Uroš Platiše | | 0/1073 (0.0%) | 0/1726 (0.0%) | 0/4 | 0/4 | | | | | | |
[hr] Croatian (Croate) | Antun Marakovic | | 1068/1073 (99.5%) | 0/1726 (0.0%) | 0/4 | 0/4 | | | | | | |
Dernière date de mise à jour : 18/05/2012 14:12
Notes :
All scripts previously exposed in this section have been integrated into the misc/translations_stat.pl script.