diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-08-07 13:40:50 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-08-07 13:40:50 -0400 |
| commit | d5f1abb9c84ef7b8d479e2b453947373b24a7306 (patch) | |
| tree | 5c8643196f34ff8dfa008adbcac007e4b602d405 /po | |
| download | Erable-d5f1abb9c84ef7b8d479e2b453947373b24a7306.tar.gz Erable-d5f1abb9c84ef7b8d479e2b453947373b24a7306.tar.bz2 Erable-d5f1abb9c84ef7b8d479e2b453947373b24a7306.zip | |
Diffstat (limited to 'po')
| -rw-r--r-- | po/LINGUAS | 0 | ||||
| -rw-r--r-- | po/POTFILES | 6 | ||||
| -rw-r--r-- | po/meson.build | 1 |
3 files changed, 7 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..423756b --- /dev/null +++ b/po/POTFILES @@ -0,0 +1,6 @@ +data/me.alee14.erable.desktop.in +data/me.alee14.erable.appdata.xml.in +data/me.alee14.erable.gschema.xml +src/main.c +src/erable-window.c +src/erable-window.ui diff --git a/po/meson.build b/po/meson.build new file mode 100644 index 0000000..b637dfd --- /dev/null +++ b/po/meson.build @@ -0,0 +1 @@ +i18n.gettext('erable', preset: 'glib') |
