summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/quilt.in1
-rw-r--r--po/de.po6
-rw-r--r--po/fr.po6
-rw-r--r--po/quilt.pot6
-rw-r--r--quilt.changes1
5 files changed, 11 insertions, 9 deletions
diff --git a/bin/quilt.in b/bin/quilt.in
index 3d9cb49..3df4bb9 100644
--- a/bin/quilt.in
+++ b/bin/quilt.in
@@ -7,6 +7,7 @@
# See the COPYING and AUTHORS files for more details.
export TEXTDOMAIN=quilt
+export TEXTDOMAINDIR=@LOCALEDIR@
if [ -z "$QUILTRC" ]
then
diff --git a/po/de.po b/po/de.po
index 6903834..6e05ce6 100644
--- a/po/de.po
+++ b/po/de.po
@@ -11,15 +11,15 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../bin/quilt.in:19
+#: ../bin/quilt.in:20
msgid "Usage: quilt [--trace] [--quiltrc=XX] command [-h] ..."
msgstr "Verwendung: quilt [--trace] [--quiltrc=XX] befehl [-h] ..."
-#: ../bin/quilt.in:21
+#: ../bin/quilt.in:22
msgid "Commands are:"
msgstr "Vorhandene Befehle:"
-#: ../bin/quilt.in:26
+#: ../bin/quilt.in:27
msgid ""
"\n"
"Common options to all commands:\n"
diff --git a/po/fr.po b/po/fr.po
index 0a0e079..3de85f8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -12,15 +12,15 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../bin/quilt.in:19
+#: ../bin/quilt.in:20
msgid "Usage: quilt [--trace] [--quiltrc=XX] command [-h] ..."
msgstr "Usage : quilt [--trace] [--quiltrc=XX] commande [-h] ..."
-#: ../bin/quilt.in:21
+#: ../bin/quilt.in:22
msgid "Commands are:"
msgstr "Les commandes sont :"
-#: ../bin/quilt.in:26
+#: ../bin/quilt.in:27
msgid ""
"\n"
"Common options to all commands:\n"
diff --git a/po/quilt.pot b/po/quilt.pot
index 92af89e..a9bd8e5 100644
--- a/po/quilt.pot
+++ b/po/quilt.pot
@@ -1,12 +1,12 @@
-#: ../bin/quilt.in:19
+#: ../bin/quilt.in:20
msgid "Usage: quilt [--trace] [--quiltrc=XX] command [-h] ..."
msgstr ""
-#: ../bin/quilt.in:21
+#: ../bin/quilt.in:22
msgid "Commands are:"
msgstr ""
-#: ../bin/quilt.in:26
+#: ../bin/quilt.in:27
msgid ""
"\n"
"Common options to all commands:\n"
diff --git a/quilt.changes b/quilt.changes
index 70235ec..0af789d 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -3,6 +3,7 @@ Tue Jul 13 00:31:38 CEST 2004 - agruen@suse.de
- refresh command: Fix --diffstat option; it did swap lines. Also
remove stray dollar sign.
+- Also set TEXTDOMAINDIR in the wrapper script (bin/quilt.in).
-------------------------------------------------------------------
Sun Jul 11 21:33:13 PDT 2004 - mquinson@tuxfamily.org