Initialized repo with a template from GNOME Builder

This commit is contained in:
2025-05-14 19:36:09 +02:00
commit bf1e658c80
24 changed files with 1335 additions and 0 deletions

1
po/LINGUAS Normal file
View File

@@ -0,0 +1 @@
# Please keep this file sorted alphabetically.

8
po/POTFILES.in Normal file
View File

@@ -0,0 +1,8 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
data/de.privacynerd.table_turnus.desktop.in
data/de.privacynerd.table_turnus.metainfo.xml.in
data/de.privacynerd.table_turnus.gschema.xml
src/main.py
src/window.py
src/window.ui

1
po/meson.build Normal file
View File

@@ -0,0 +1 @@
i18n.gettext('table_turnus', preset: 'glib')