summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-24 12:20:51 +0100
committerRichard Hughes <richard@hughsie.com>2017-05-10 12:44:02 +0100
commit8122b447e5c85a7addfc19827232d5cfe85b4eba (patch)
tree8c277f330485f7e4ad945c048a7e2687e03a3bbc /po
parentfe18fd82266a0ff1f744d3ae287dc312e09549fa (diff)
downloadappstream-glib-8122b447e5c85a7addfc19827232d5cfe85b4eba.tar.gz
Switch to the meson build system.
Diffstat (limited to 'po')
-rw-r--r--po/LINGUAS27
-rw-r--r--po/meson.build6
2 files changed, 33 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..386ef05
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,27 @@
+ca
+cs
+da
+de
+en_GB
+es
+fi
+fr
+gl
+hu
+id
+it
+ko
+oc
+pl
+pt_BR
+pt
+ru
+sk
+sl
+sr@latin
+sr
+sv
+tr
+uk
+zh_CN
+zh_TW
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..6b9a7bc
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,6 @@
+i18n.gettext(meson.project_name(),
+ preset : 'glib',
+ args: [
+ '--default-domain=' + meson.project_name(),
+ ]
+)