Skip to content

Commit

Permalink
updated all language files to new strings - adapted statistics file t…
Browse files Browse the repository at this point in the history
…o fit new wiki syntax

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10801 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
macho committed May 15, 2009
1 parent 8423b13 commit 3bd080c
Show file tree
Hide file tree
Showing 30 changed files with 152,328 additions and 10,970 deletions.
3,970 changes: 3,944 additions & 26 deletions i18n/qgis_ar.ts

Large diffs are not rendered by default.

6,343 changes: 6,311 additions & 32 deletions i18n/qgis_cs_CZ.ts

Large diffs are not rendered by default.

8,763 changes: 6,323 additions & 2,440 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

3,907 changes: 3,895 additions & 12 deletions i18n/qgis_el_GR.ts

Large diffs are not rendered by default.

19,919 changes: 12,022 additions & 7,897 deletions i18n/qgis_es.ts

Large diffs are not rendered by default.

5,482 changes: 5,451 additions & 31 deletions i18n/qgis_fr.ts

Large diffs are not rendered by default.

3,893 changes: 3,884 additions & 9 deletions i18n/qgis_he.ts

Large diffs are not rendered by default.

4,992 changes: 4,969 additions & 23 deletions i18n/qgis_hu.ts

Large diffs are not rendered by default.

4,899 changes: 4,882 additions & 17 deletions i18n/qgis_id.ts

Large diffs are not rendered by default.

5,378 changes: 5,353 additions & 25 deletions i18n/qgis_it.ts

Large diffs are not rendered by default.

5,458 changes: 5,437 additions & 21 deletions i18n/qgis_ja.ts

Large diffs are not rendered by default.

4,461 changes: 4,436 additions & 25 deletions i18n/qgis_ka_GE.ts

Large diffs are not rendered by default.

5,023 changes: 4,999 additions & 24 deletions i18n/qgis_lo.ts

Large diffs are not rendered by default.

4,083 changes: 4,071 additions & 12 deletions i18n/qgis_lt.ts

Large diffs are not rendered by default.

4,965 changes: 4,939 additions & 26 deletions i18n/qgis_lv.ts

Large diffs are not rendered by default.

5,007 changes: 4,983 additions & 24 deletions i18n/qgis_mn.ts

Large diffs are not rendered by default.

5,236 changes: 5,203 additions & 33 deletions i18n/qgis_nl.ts

Large diffs are not rendered by default.

3,954 changes: 3,944 additions & 10 deletions i18n/qgis_pl_PL.ts

Large diffs are not rendered by default.

4,490 changes: 4,464 additions & 26 deletions i18n/qgis_pt_BR.ts

Large diffs are not rendered by default.

4,776 changes: 4,753 additions & 23 deletions i18n/qgis_ro.ts

Large diffs are not rendered by default.

4,426 changes: 4,402 additions & 24 deletions i18n/qgis_ru.ts

Large diffs are not rendered by default.

4,835 changes: 4,810 additions & 25 deletions i18n/qgis_sk.ts

Large diffs are not rendered by default.

4,956 changes: 4,933 additions & 23 deletions i18n/qgis_sq_AL.ts

Large diffs are not rendered by default.

6,281 changes: 6,250 additions & 31 deletions i18n/qgis_sv.ts

Large diffs are not rendered by default.

5,200 changes: 5,175 additions & 25 deletions i18n/qgis_th.ts

Large diffs are not rendered by default.

5,408 changes: 5,381 additions & 27 deletions i18n/qgis_tr.ts

Large diffs are not rendered by default.

5,940 changes: 5,914 additions & 26 deletions i18n/qgis_vi.ts

Large diffs are not rendered by default.

5,575 changes: 5,550 additions & 25 deletions i18n/qgis_zh_CN.ts

Large diffs are not rendered by default.

5,673 changes: 5,647 additions & 26 deletions i18n/qgis_zh_TW.ts

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions scripts/tsstat.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

my @lang;

print "||'''Language'''||'''Count'''||'''Translated'''||'''Translation finished'''||'''Translated unfinished'''||'''Untranslated'''||'''Percentage'''||\n";
print "{| border='1' \n |Language||Count||Translated||Translation finished||Translation unfinished||Untranslated||Percentage \n |- \n";

for my $i (<i18n/qgis_*.ts>) {
my ($langcode) = $i =~ /i18n\/qgis_(.*).ts/;
Expand Down Expand Up @@ -44,5 +44,6 @@


for my $l (sort { $b->{percentage} <=> $a->{percentage} } @lang) {
print "||'''", $l->{name}, "'''||", join("||", $l->{n}, $l->{translations}, $l->{finished}, $l->{unfinished}, $l->{untranslated}, sprintf("%.1f", $l->{percentage}) ), "||\n";
print "|", $l->{name}, "||", join("||", $l->{n}, $l->{translations}, $l->{finished}, $l->{unfinished}, $l->{untranslated}, sprintf("%.1f", $l->{percentage}) ), "\n", "|-\n";
}
print "|}","\n";

0 comments on commit 3bd080c

Please sign in to comment.