]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update release steps.
authorBruno Haible <bruno@clisp.org>
Sun, 4 May 2025 10:15:14 +0000 (12:15 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 4 May 2025 10:15:14 +0000 (12:15 +0200)
Admin/release-steps

index 58d1532da7eec22cbd7419185b0000e10dea4858..0aebdd2581771a495351491b7233251213e52f67 100644 (file)
@@ -171,7 +171,7 @@ We assume that the following environment variables are set:
     cd gettext-runtime/po
     make update-po
     cd new
-    for f in *.po; do msgmerge --update --lang=${f%.po} --previous $f ../gettext-runtime.pot; done
+    for f in *.po; do msgmerge --update --lang=${f%.po} --previous --width=80 $f ../gettext-runtime.pot; done
     mv *.po ../
     cd ..; rm -rf new
 
@@ -181,7 +181,7 @@ We assume that the following environment variables are set:
     cd gettext-tools/po
     make update-po
     cd new
-    for f in *.po; do msgmerge --update --lang=${f%.po} --previous $f ../gettext-tools.pot; done
+    for f in *.po; do msgmerge --update --lang=${f%.po} --previous --width=80 $f ../gettext-tools.pot; done
     mv *.po ../
     cd ..; rm -rf new
 
@@ -191,7 +191,7 @@ We assume that the following environment variables are set:
     cd gettext-tools/examples/po
     make update-po
     cd new
-    for f in *.po; do msgmerge --update --lang=${f%.po} --previous $f ../gettext-examples.pot; done
+    for f in *.po; do msgmerge --update --lang=${f%.po} --previous --width=80 $f ../gettext-examples.pot; done
     mv *.po ../
     cd ..; rm -rf new