From 2ff034612e6cdd44e8209a0fef1076aec19ed445 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 13 Oct 2025 02:15:25 +0200 Subject: [PATCH] examples: Fix hello-tcl* examples (regression 2024-12-06). * gettext-tools/examples/hello-tcl*/po/Makefile.am (CATALOGS): Use suffix .msg, not .gmo. --- gettext-tools/examples/hello-tcl-tk/po/Makefile.am | 2 +- gettext-tools/examples/hello-tcl/po/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am index 1f123a933..2eac09697 100644 --- a/gettext-tools/examples/hello-tcl-tk/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl-tk/po/Makefile.am @@ -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 diff --git a/gettext-tools/examples/hello-tcl/po/Makefile.am b/gettext-tools/examples/hello-tcl/po/Makefile.am index 1f123a933..2eac09697 100644 --- a/gettext-tools/examples/hello-tcl/po/Makefile.am +++ b/gettext-tools/examples/hello-tcl/po/Makefile.am @@ -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 -- 2.47.3