diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/LINGUAS | 0 | ||||
-rw-r--r-- | po/POTFILES | 4 | ||||
-rw-r--r-- | po/meson.build | 1 |
3 files changed, 5 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..1dc8b86 --- /dev/null +++ b/po/POTFILES @@ -0,0 +1,4 @@ +data/com.lakoliu.Furtherance.desktop.in +data/com.lakoliu.Furtherance.appdata.xml.in +data/com.lakoliu.Furtherance.gschema.xml +src/window.ui diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..9c83879 --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext('furtherance', preset: 'glib') |