mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
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:
parent
61a2bbacb5
commit
2ff034612e
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user