Major refactor with GNOME Builder & Flatpak support

This commit is contained in:
Stephen Horvath
2025-03-20 15:02:18 +10:00
parent ac015ab469
commit 35e325b133
40 changed files with 1432 additions and 851 deletions

1
po/LINGUAS Normal file
View File

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

16
po/POTFILES.in Normal file
View File

@@ -0,0 +1,16 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
data/au.stevetech.test.desktop.in
data/au.stevetech.test.metainfo.xml.in
data/au.stevetech.test.gschema.xml
yafi/main.py
yafi/window.py
yafi/thermals.py
yafi/leds.py
yafi/battery.py
yafi/hardware.py
yafi/ui/window.ui
yafi/ui/thermals.ui
yafi/ui/leds.ui
yafi/ui/battery.ui
yafi/ui/hardware.ui

1
po/meson.build Normal file
View File

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