summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2019-05-24 20:51:46 +0200
committerThomas White <taw@physics.org>2019-05-24 20:51:46 +0200
commit9d4d46b2c8264de1eb33ad96a2acb1e52020ae22 (patch)
tree7e628e39edf1cad1348bc6c070687edf9675225d /po
Initial skeleton import
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES1
-rw-r--r--po/meson.build8
2 files changed, 9 insertions, 0 deletions
diff --git a/po/POTFILES b/po/POTFILES
new file mode 100644
index 0000000..625c282
--- /dev/null
+++ b/po/POTFILES
@@ -0,0 +1 @@
+src/nanolight.c
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..308dc06
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,8 @@
+i18n = import('i18n')
+
+add_project_arguments('-DGETTEXT_PACKAGE="colloquium"',
+ language : 'c')
+
+i18n.gettext(meson.project_name(),
+ preset : 'glib',
+ args : '--directory='+meson.source_root())