Skip to content

Commit

Permalink
translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 16, 2019
1 parent eb08839 commit a6f2618
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
12 changes: 0 additions & 12 deletions images/flags/zh.svg

This file was deleted.

1 change: 0 additions & 1 deletion images/images.qrc
Expand Up @@ -63,7 +63,6 @@
<file>flags/sr.svg</file>
<file>flags/te.svg</file>
<file>flags/tl.svg</file>
<file>flags/zh.svg</file>
<file>flags/zh-Hans.svg</file>
<file>flags/zh-Hant.svg</file>
<file>flags/ky.svg</file>
Expand Down
5 changes: 4 additions & 1 deletion scripts/tsstat.pl
Expand Up @@ -106,9 +106,11 @@

my $charset = "";
my $lc = $langcode;
my $svg = $langcode;
if( $langcode =~ /(.*)\@latin/ ) {
$charset = " (latin)";
$langcode = $1;
$svg = $1;
}
if( $langcode =~ /(.*)\-Hans/ ) {
$charset = " simplified";
Expand Down Expand Up @@ -156,6 +158,7 @@

push @lang, {
code=>$langcode,
svg=>$svg,
origcode=>$lc,
name=>$name, n=>$n,
translations=>$translations,
Expand Down Expand Up @@ -188,7 +191,7 @@
. '<td><div title="finished:%d unfinished:%d untranslated:%d" class="bartodo"><div class="bardone" style="width:%dpx">%.1f</div></div></td>'
. '<td>%s</td>'
. '</tr>',
$l->{code}, $l->{name},
$l->{svg}, $l->{name},
$l->{finished}, $l->{unfinished}, $l->{untranslated},
$l->{percentage}, $l->{percentage},
$l->{translator};
Expand Down
10 changes: 5 additions & 5 deletions src/quickgui/plugin/qgsquick.qrc
@@ -1,11 +1,11 @@
<RCC>
<qresource prefix="/QgsQuick">
<file>qmldir</file>
<file>qgsquickcheckbox.qml</file>
<file>qgsquickdatetime.qml</file>
<file>qgsquickexternalresource.qml</file>
<file>qgsquicktextedit.qml</file>
<file>qgsquickvaluemap.qml</file>
<file>editor/qgsquickcheckbox.qml</file>
<file>editor/qgsquickdatetime.qml</file>
<file>editor/qgsquickexternalresource.qml</file>
<file>editor/qgsquicktextedit.qml</file>
<file>editor/qgsquickvaluemap.qml</file>
<file>qgsquickfeatureform.qml</file>
<file>qgsquickfeatureformstyling.qml</file>
<file>qgsquickmapcanvas.qml</file>
Expand Down

0 comments on commit a6f2618

Please sign in to comment.