X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=po%2Fpostats.py;h=29a243eccc5581d0f98f01f141542bd54326c78e;hb=292577ad69a4883c0f7081f35fc605c1b4a45a4d;hp=c8c37ec67aac3190665667a7955d6836aeef527c;hpb=103e8fdd90d803a8200c3260a4bf7b57ac31e976;p=lyx.git diff --git a/po/postats.py b/po/postats.py index c8c37ec67a..29a243eccc 100755 --- a/po/postats.py +++ b/po/postats.py @@ -127,9 +127,9 @@ array ( 'langcode' => '%(langcode)s', "date" => "%(date)s", if __name__ == "__main__": if lyx_branch: - branch_tag = "branches/%s" % lyx_branch + branch_tag = lyx_branch else: - branch_tag = "trunk" + branch_tag = "master" print """ -""" % (sys.argv[1], branch_tag, ",".join([run_msgfmt(po) for po in sys.argv[2:] if po not in ommitted])) +)?>""" % (sys.argv[1], branch_tag, ",".join([run_msgfmt(po) for po in sys.argv[2:] if po not in ommitted]))