From 4d8b54e7497d6aec7922221fadbb2aec8e8702db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 13 May 2006 21:53:49 +0000 Subject: [PATCH] detect properly _("foo") *and* __("bar") --- bureau/locales/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/locales/Makefile b/bureau/locales/Makefile index 98643c71..f7297e9a 100644 --- a/bureau/locales/Makefile +++ b/bureau/locales/Makefile @@ -3,7 +3,7 @@ all: messages.po */LC_MESSAGES/messages.po */LC_MESSAGES/manual.po messages.po: ../*/*.php touch $@ - xgettext --force-po --omit-header -L PHP --from-code iso-8859-1 -j $^ + xgettext --force-po --omit-header --keyword=__ --keyword=_ -L PHP --from-code iso-8859-1 -j $^ %/LC_MESSAGES/messages.po: messages.po msgmerge -v -U $@ $^