aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:41 +0200
committerGuido Günther <agx@sigxcpu.org>2020-03-31 14:56:41 +0200
commitfabe5a19a6068a2d47e11f8316a3a2d30aeff42e (patch)
treec85168d39d762d1a99c77b807244a5b3c15d0165 /po
parent5bcfd0ee2bbae2d638fd5abc3796be7d04af3747 (diff)
Switch to meson
Modernize the files that need updating for that.
Diffstat (limited to 'po')
-rw-r--r--po/POTFILES.in1
-rw-r--r--po/meson.build2
2 files changed, 2 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 13933ad..04417b7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,3 @@
-data/org.gnome.PrepaidManager.gschema.xml.in.in
data/prepaid-manager-applet.appdata.xml.in
[type: gettext/glade]src/ppm.ui
[type: gettext/glade]src/ppm-provider-assistant.ui
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..90b98bc
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,2 @@
+i18n = import('i18n')
+i18n.gettext(package, preset : 'glib')