diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/LINGUAS | 1 | ||||
-rw-r--r-- | po/POTFILES.in | 8 | ||||
-rw-r--r-- | po/meson.build | 1 |
3 files changed, 10 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..61b6fb7 --- /dev/null +++ b/po/LINGUAS @@ -0,0 +1 @@ +# Please keep this file sorted alphabetically. diff --git a/po/POTFILES.in b/po/POTFILES.in new file mode 100644 index 0000000..716f409 --- /dev/null +++ b/po/POTFILES.in @@ -0,0 +1,8 @@ +# List of source files containing translatable strings. +# Please keep this file sorted alphabetically. +data/com.fryzekconcepts.weegtk.desktop.in +data/com.fryzekconcepts.weegtk.metainfo.xml.in +data/com.fryzekconcepts.weegtk.gschema.xml +src/main.py +src/window.py +src/window.ui diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..4315eb2 --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext('weegtk', preset: 'glib') |