translation updates

This commit is contained in:
Juergen E. Fischer 2019-01-16 09:47:54 +01:00
parent eb08839429
commit a6f261826a
4 changed files with 9 additions and 19 deletions

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600" viewBox="0 0 30 20">
<defs>
<path id="s" d="M0,-1 0.587785,0.809017 -0.951057,-0.309017H0.951057L-0.587785,0.809017z" fill="#ffde00"/>
</defs>
<rect width="30" height="20" fill="#de2910"/>
<use xlink:href="#s" transform="translate(5,5) scale(3)"/>
<use xlink:href="#s" transform="translate(10,2) rotate(23.036243)"/>
<use xlink:href="#s" transform="translate(12,4) rotate(45.869898)"/>
<use xlink:href="#s" transform="translate(12,7) rotate(69.945396)"/>
<use xlink:href="#s" transform="translate(10,9) rotate(20.659808)"/>
</svg>

Before

Width:  |  Height:  |  Size: 688 B

View File

@ -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>

View File

@ -106,9 +106,11 @@ for my $i (<i18n/qgis_*.ts>) {
my $charset = "";
my $lc = $langcode;
my $svg = $langcode;
if( $langcode =~ /(.*)\@latin/ ) {
$charset = " (latin)";
$langcode = $1;
$svg = $1;
}
if( $langcode =~ /(.*)\-Hans/ ) {
$charset = " simplified";
@ -156,6 +158,7 @@ for my $i (<i18n/qgis_*.ts>) {
push @lang, {
code=>$langcode,
svg=>$svg,
origcode=>$lc,
name=>$name, n=>$n,
translations=>$translations,
@ -188,7 +191,7 @@ for my $l (sort { $b->{percentage} <=> $a->{percentage} } @lang) {
. '<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};

View File

@ -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>