X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2Fpostats.sh;h=8ed3b7dfea540515f1d597393c8722f77250f869;hb=e6b2b340979bed3b5e1290bb3f1ac7edb76e8a9b;hp=4b2dc91915bd36fe1ea58819d6809a99ead5c09c;hpb=39fe2ed0c13be3d06d621209a93a873d0a121e87;p=lyx.git diff --git a/po/postats.sh b/po/postats.sh index 4b2dc91915..8ed3b7dfea 100755 --- a/po/postats.sh +++ b/po/postats.sh @@ -13,12 +13,12 @@ # and generates a PHP web page. # # Invocation: -# postats.sh po_files > "pathToWebPages"/i18n.php3 +# postats.sh po_files > "pathToWebPages"/i18n.php # 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= @@ -163,10 +163,10 @@ cat < @@ -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', 'nl' => 'Dutch', 'nn' => 'Nynorsk', - 'no' => 'Norwegian', + 'nb' => 'Norwegian', 'pl' => 'Polish', 'pt' => 'Portuguese', 'ro' => 'Romanian', @@ -270,7 +271,7 @@ while (list(\$foo,\$info) = each(\$podata)) { } print "" ; - print "" . \$lang[\$info['langcode']] . ""; + print "" . \$lang[\$info['langcode']] . ""; print "" . \$info['msg_tr'] . ""; @@ -307,7 +308,7 @@ while (list(\$foo,\$info) = each(\$podata)) { EOF }