Init repo

This commit is contained in:
2025-09-27 11:59:09 +02:00
commit cdf53463c5
26 changed files with 1354 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.clerie.allesapp.desktop.in
data/de.clerie.allesapp.metainfo.xml.in
data/de.clerie.allesapp.gschema.xml
src/main.vala
src/window.vala
src/window.ui

1
po/meson.build Normal file
View File

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