From be71bf80d290c98c0f6a66d3dcab28515b4ea371 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Fri, 4 Oct 2024 20:53:17 +0100 Subject: Initial commit --- po/LINGUAS | 1 + po/POTFILES.in | 8 ++++++++ po/meson.build | 1 + 3 files changed, 10 insertions(+) create mode 100644 po/LINGUAS create mode 100644 po/POTFILES.in create mode 100644 po/meson.build (limited to 'po') 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') -- cgit