Initialized repo.

This commit is contained in:
2024-02-02 20:13:15 +01:00
commit fbe5cee417
23 changed files with 1465 additions and 0 deletions

0
po/LINGUAS Normal file
View File

6
po/POTFILES Normal file
View File

@@ -0,0 +1,6 @@
data/com.example.textviewer.desktop.in
data/com.example.textviewer.metainfo.xml.in
data/com.example.textviewer.gschema.xml
src/main.py
src/window.py
src/window.ui

1
po/meson.build Normal file
View File

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