aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-08-07 13:40:50 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-08-07 13:40:50 -0400
commitd5f1abb9c84ef7b8d479e2b453947373b24a7306 (patch)
tree5c8643196f34ff8dfa008adbcac007e4b602d405 /po
downloadErable-master.tar.gz
Erable-master.tar.bz2
Erable-master.zip
Initial commitHEADmaster
Diffstat (limited to 'po')
-rw-r--r--po/LINGUAS0
-rw-r--r--po/POTFILES6
-rw-r--r--po/meson.build1
3 files changed, 7 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/po/LINGUAS
diff --git a/po/POTFILES b/po/POTFILES
new file mode 100644
index 0000000..423756b
--- /dev/null
+++ b/po/POTFILES
@@ -0,0 +1,6 @@
+data/me.alee14.erable.desktop.in
+data/me.alee14.erable.appdata.xml.in
+data/me.alee14.erable.gschema.xml
+src/main.c
+src/erable-window.c
+src/erable-window.ui
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..b637dfd
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1 @@
+i18n.gettext('erable', preset: 'glib')