X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2Fpostats.sh;h=8ed3b7dfea540515f1d597393c8722f77250f869;hb=e6b2b340979bed3b5e1290bb3f1ac7edb76e8a9b;hp=7244daa0c3a688adeee243f9f0b4c57af9fc5fd6;hpb=f125f73517cbc1fef7a72f8a4576528d9226bc87;p=lyx.git diff --git a/po/postats.sh b/po/postats.sh index 7244daa0c3..8ed3b7dfea 100755 --- a/po/postats.sh +++ b/po/postats.sh @@ -18,7 +18,7 @@ # modifiy this when you change version # Note that an empty lyx_branch variable (ie cvs HEAD) # will "do the right thing". -lyx_version=1.4.0cvs +lyx_version=1.5.0svn lyx_branch= @@ -181,9 +181,9 @@ EOF dump_tail () { test "$lyx_branch" = "" && { - branch_tag="" + branch_tag="trunk" } || { - branch_tag="?only_with_tag=$lyx_branch" + branch_tag="branches/$lyx_branch" } cat < 'Basque', 'fi' => 'Finnish', 'fr' => 'French', + 'gl' => 'Galician', 'he' => 'Hebrew', 'hu' => 'Hungarian', 'it' => 'Italian', @@ -270,7 +271,7 @@ while (list(\$foo,\$info) = each(\$podata)) { } print "" ; - print "" . \$lang[\$info['langcode']] . ""; + print "" . \$lang[\$info['langcode']] . ""; print "" . \$info['msg_tr'] . "";