diff options
author | Ricky Kresslein <ricky@kressle.in> | 2022-02-18 16:14:09 +0100 |
---|---|---|
committer | Ricky Kresslein <ricky@kressle.in> | 2022-02-18 16:14:09 +0100 |
commit | ac99aca2510eebb83ac9a112849d8788ef67db3d (patch) | |
tree | 57bbddbf10a83f8abd5e5020b897ed80dc7d7e44 /po | |
download | Furtherance-ac99aca2510eebb83ac9a112849d8788ef67db3d.tar.zst |
- Moved to com.lakoliu.Furtherance
- Removed development flag for release - Created nicer about dialog - Added description to data file - Improved desktop file - Changed database directory - Delete All no longer enabled if no tasks - Added GPL to top of every file
Diffstat (limited to 'po')
-rw-r--r-- | po/LINGUAS | 0 | ||||
-rw-r--r-- | po/POTFILES | 4 | ||||
-rw-r--r-- | po/meson.build | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/po/LINGUAS diff --git a/po/POTFILES b/po/POTFILES new file mode 100644 index 0000000..1dc8b86 --- /dev/null +++ b/po/POTFILES @@ -0,0 +1,4 @@ +data/com.lakoliu.Furtherance.desktop.in +data/com.lakoliu.Furtherance.appdata.xml.in +data/com.lakoliu.Furtherance.gschema.xml +src/window.ui diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..9c83879 --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext('furtherance', preset: 'glib') |