Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-10-04 20:53:17 +0100
committerLucas Fryzek <lucas.fryzek@fryzekconcepts.com>2024-10-04 20:53:17 +0100
commitbe71bf80d290c98c0f6a66d3dcab28515b4ea371 (patch)
treed936090c5b5c9435febfe220770ff7f25399a235 /po
Initial commit
Diffstat (limited to 'po')
-rw-r--r--po/LINGUAS1
-rw-r--r--po/POTFILES.in8
-rw-r--r--po/meson.build1
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')