summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-05 10:28:33 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-05 10:28:33 +0100
commit407d5d22698e65738efcec812df08a636e6700a2 (patch)
treefb66b5d61045e8e2fc269e87ea373813248ed2c9 /tests
parentcc8367f974cc1c3b8d8f301c7916231135414d63 (diff)
downloadwolfbones-407d5d22698e65738efcec812df08a636e6700a2.tar.gz
wolfbones-407d5d22698e65738efcec812df08a636e6700a2.tar.bz2
gettext is in i18n now, has nothing to do with porting
Diffstat (limited to 'tests')
-rw-r--r--tests/GNUmakefile2
-rw-r--r--tests/daemon/testd.c3
-rw-r--r--tests/i18n/test_gettext.c2
-rw-r--r--tests/i18n/test_gettext.pot3
-rw-r--r--tests/i18n/test_gettext_de.po3
-rw-r--r--tests/i18n/test_gettext_de_CH.po3
6 files changed, 10 insertions, 6 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index a09236b..4ad5ebb 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -9,7 +9,7 @@ SUBDIRS += threads
endif
ifeq "$(ENABLE_NLS)" "1"
-SUBDIRS += gettext
+SUBDIRS += i18n
endif
-include $(TOPDIR)/makefiles/gmake/sub.mk
diff --git a/tests/daemon/testd.c b/tests/daemon/testd.c
index 1da707d..f4bf8a6 100644
--- a/tests/daemon/testd.c
+++ b/tests/daemon/testd.c
@@ -17,8 +17,9 @@
#include "port/string.h" /* for strdup, memset */
#include "port/stdio.h" /* for fprintf */
+
#define DEFAULT_TEXT_DOMAIN CMDLINE_PARSER_PACKAGE
-#include "port/gettext.h" /* for i18n */
+#include "i18n/gettext.h" /* for i18n */
#include "errors.h" /* global error codes */
#include "log/log.h" /* logging facility */
diff --git a/tests/i18n/test_gettext.c b/tests/i18n/test_gettext.c
index d5cb4c5..3aec0e3 100644
--- a/tests/i18n/test_gettext.c
+++ b/tests/i18n/test_gettext.c
@@ -22,7 +22,7 @@
#include <stdlib.h> /* for exit, EXIT_SUCCESS, free */
#include <errno.h> /* for errno */
-#include "port/gettext.h" /* for i18n */
+#include "i18n/gettext.h" /* for i18n */
int main( void ) {
char *loc;
diff --git a/tests/i18n/test_gettext.pot b/tests/i18n/test_gettext.pot
index 16cbc9a..feaf747 100644
--- a/tests/i18n/test_gettext.pot
+++ b/tests/i18n/test_gettext.pot
@@ -8,10 +8,11 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-04-18 11:37+0200\n"
+"POT-Creation-Date: 2011-11-05 10:20+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/tests/i18n/test_gettext_de.po b/tests/i18n/test_gettext_de.po
index ca13feb..315d664 100644
--- a/tests/i18n/test_gettext_de.po
+++ b/tests/i18n/test_gettext_de.po
@@ -6,10 +6,11 @@
msgid ""
msgstr "Project-Id-Version: WolfBones 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2010-04-18 11:37+0200\n"
+ "POT-Creation-Date: 2011-11-05 10:20+0100\n"
"PO-Revision-Date: 2009-03-09 09:33+0100\n"
"Last-Translator: <abaumann@yahoo.com>\n"
"Language-Team: German\n"
+ "Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"
diff --git a/tests/i18n/test_gettext_de_CH.po b/tests/i18n/test_gettext_de_CH.po
index ca13feb..315d664 100644
--- a/tests/i18n/test_gettext_de_CH.po
+++ b/tests/i18n/test_gettext_de_CH.po
@@ -6,10 +6,11 @@
msgid ""
msgstr "Project-Id-Version: WolfBones 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2010-04-18 11:37+0200\n"
+ "POT-Creation-Date: 2011-11-05 10:20+0100\n"
"PO-Revision-Date: 2009-03-09 09:33+0100\n"
"Last-Translator: <abaumann@yahoo.com>\n"
"Language-Team: German\n"
+ "Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ASCII\n"
"Content-Transfer-Encoding: 8bit\n"