summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/xmlpool/LINGUAS1
-rw-r--r--src/util/xmlpool/Makefile.am4
-rw-r--r--src/util/xmlpool/POTFILES1
-rw-r--r--src/util/xmlpool/meson.build3
4 files changed, 8 insertions, 1 deletions
diff --git a/src/util/xmlpool/LINGUAS b/src/util/xmlpool/LINGUAS
new file mode 100644
index 00000000000..3620176519e
--- /dev/null
+++ b/src/util/xmlpool/LINGUAS
@@ -0,0 +1 @@
+ca es de nl sv fr
diff --git a/src/util/xmlpool/Makefile.am b/src/util/xmlpool/Makefile.am
index f5142768aa3..1c14311dcf5 100644
--- a/src/util/xmlpool/Makefile.am
+++ b/src/util/xmlpool/Makefile.am
@@ -59,7 +59,9 @@ EXTRA_DIST = \
$(POS) \
$(MOS) \
SConscript \
- meson.build
+ meson.build \
+ LINGUAS \
+ POTFILES
BUILT_SOURCES = options.h
CLEANFILES = \
diff --git a/src/util/xmlpool/POTFILES b/src/util/xmlpool/POTFILES
new file mode 100644
index 00000000000..d68d7009be4
--- /dev/null
+++ b/src/util/xmlpool/POTFILES
@@ -0,0 +1 @@
+src/util/xmlpool/t_options.h
diff --git a/src/util/xmlpool/meson.build b/src/util/xmlpool/meson.build
index 8bdabcb825b..8d645ce385f 100644
--- a/src/util/xmlpool/meson.build
+++ b/src/util/xmlpool/meson.build
@@ -35,3 +35,6 @@ xmlpool_options_h = custom_target(
capture : true,
depend_files : _langs_po_files,
)
+
+i18n = import('i18n')
+i18n.gettext('xmlpool')