Skip to content

Commit

Permalink
translation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jul 26, 2015
1 parent b165875 commit 9d5a942
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
@@ -1,4 +1,4 @@
Modifed Quadratic Shepard
Modified Quadratic Shepard
grid_gridding
ParameterVector|SHAPES|Points|0|False
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
Expand Down
@@ -1,4 +1,4 @@
Modifed Quadratic Shepard
Modified Quadratic Shepard
grid_gridding
ParameterVector|SHAPES|Points|0|False
ParameterTableField|FIELD|Attribute|SHAPES|-1|False
Expand Down
1 change: 1 addition & 0 deletions scripts/processing2cpp.pl
Expand Up @@ -94,6 +94,7 @@
foreach my $v (keys %{ $strings{$k} } ) {
$v =~ s/\\/\\\\/g;
$v =~ s/"/\\"/g;
$v =~ s/\n/\\n/g;

print F "translate(\"$k\", \"$v\");\n";
}
Expand Down
1 change: 1 addition & 0 deletions scripts/qgm2cpp.pl
Expand Up @@ -70,5 +70,6 @@ sub parse {
foreach (sort keys %labels) {
s/\\/\\\\/g;
s/"/\\"/g;
s/\n/\\n/g;
print "translate( \"grasslabel\", \"$_\" );\n";
}

0 comments on commit 9d5a942

Please sign in to comment.