include missing zh-Hans translation

This commit is contained in:
Juergen E. Fischer 2015-02-20 14:28:20 +01:00
parent de8a0025bf
commit 8d1c5c6eee
2 changed files with 60775 additions and 0 deletions

60774
i18n/qgis_zh-Hans.ts Normal file

File diff suppressed because one or more lines are too long

View File

@ -79,6 +79,7 @@ my $reltag = "final-${newmajor}_${newminor}_0";
print "Pulling transifex translations...\n";
system( "scripts/pull_ts.sh" ) == 0 or die "pull_ts.sh failed";
system( "git add i18n/*.ts" ) == 0 or die "adding translations failed";
system( "git commit -a -m \"translation update to $release from transifex\"") == 0 or die "could not commit translation updates";
print "Updating changelog...\n";