]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
examples: Fix hello-tcl* examples (regression 2024-12-06).
authorBruno Haible <bruno@clisp.org>
Mon, 13 Oct 2025 00:15:25 +0000 (02:15 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Oct 2025 00:15:25 +0000 (02:15 +0200)
* gettext-tools/examples/hello-tcl*/po/Makefile.am (CATALOGS): Use suffix .msg,
not .gmo.

gettext-tools/examples/hello-tcl-tk/po/Makefile.am
gettext-tools/examples/hello-tcl/po/Makefile.am

index 1f123a933b34025f18c9e2b00be6154f5e66b12f..2eac096975f2fd566203e20122ced5bc594b0f8e 100644 (file)
@@ -114,7 +114,7 @@ INST_LINGUAS != for presentlang in $(ALL_LINGUAS); do \
 # This is computed as $(foreach lang, $(INST_LINGUAS), $(frob $(lang)).msg)
 CATALOGS != for lang in $(INST_LINGUAS); do \
               frobbedlang=`echo $$lang | sed -e 's/\..*$$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`; \
-              echo $$frobbedlang.gmo; \
+              echo $$frobbedlang.msg; \
             done
 
 SUFFIXES = .nop .po-create .po-update
index 1f123a933b34025f18c9e2b00be6154f5e66b12f..2eac096975f2fd566203e20122ced5bc594b0f8e 100644 (file)
@@ -114,7 +114,7 @@ INST_LINGUAS != for presentlang in $(ALL_LINGUAS); do \
 # This is computed as $(foreach lang, $(INST_LINGUAS), $(frob $(lang)).msg)
 CATALOGS != for lang in $(INST_LINGUAS); do \
               frobbedlang=`echo $$lang | sed -e 's/\..*$$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`; \
-              echo $$frobbedlang.gmo; \
+              echo $$frobbedlang.msg; \
             done
 
 SUFFIXES = .nop .po-create .po-update