examples: Fix hello-tcl* examples (regression 2024-12-06).

* gettext-tools/examples/hello-tcl*/po/Makefile.am (CATALOGS): Use suffix .msg,
not .gmo.
This commit is contained in:
Bruno Haible 2025-10-13 02:15:25 +02:00
parent 61a2bbacb5
commit 2ff034612e
2 changed files with 2 additions and 2 deletions

View 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

View 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