From 7194137d2d585753dcde196acc66f2f3c79117ff Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Tue, 2 May 2023 00:28:43 +0200 Subject: [PATCH] po: add potfiles --- po/LINGUAS | 0 po/POTFILES | 7 +++++++ po/meson.build | 1 + 3 files changed, 8 insertions(+) create mode 100644 po/LINGUAS create mode 100644 po/POTFILES create mode 100644 po/meson.build diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..e69de29 diff --git a/po/POTFILES b/po/POTFILES new file mode 100644 index 0000000..2727ffa --- /dev/null +++ b/po/POTFILES @@ -0,0 +1,7 @@ +data/io.github.ImaginerApp.Imaginer.desktop.in +data/io.github.ImaginerApp.Imaginer.appdata.xml.in +data/io.github.ImaginerApp.Imaginer.gschema.xml +src/main.py +src/window.py +src/window.blp +src/gtk/help-overlay.blp diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..63e32be --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext('imaginer', preset: 'glib')