Initial commit

The only thing working is showing the users calendars in the sidebar.
This commit is contained in:
Jeena 2024-01-26 16:49:29 +09:00
commit b07ce820cd
30 changed files with 2314 additions and 0 deletions

0
po/LINGUAS Normal file
View file

6
po/POTFILES Normal file
View file

@ -0,0 +1,6 @@
data/net.jeena.jnotes.desktop.in
data/net.jeena.jnotes.metainfo.xml.in
data/net.jeena.jnotes.gschema.xml
src/main.py
src/window.py
src/window.ui

1
po/meson.build Normal file
View file

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