diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-04-20 12:55:50 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2023-04-20 13:16:45 (EDT) |
commit | f7ee773acd0b9e2bec95992d238cc479cd75497a (patch) | |
tree | c03fd031a23e69fb3ec09d090ec36104ae521f78 /po/Makevars | |
parent | 3c8577cecc0001daf53526aa790e6638c7c50a9e (diff) |
build: gettextize
Diffstat (limited to 'po/Makevars')
-rw-r--r-- | po/Makevars | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..0cddd98 --- /dev/null +++ b/po/Makevars @@ -0,0 +1,26 @@ +# Variables to be inserted into Makefile + +DOMAIN = $(PACKAGE) + +subdir = po +top_builddir = .. + +XGETTEXT_OPTIONS = --add-comments=TRANSLATORS --keyword=_ + +COPYRIGHT_HOLDER = Patrick McDermott + +PACKAGE_GNU = no + +MSGID_BUGS_ADDRESS = mailto:patrick.mcdermott@libiquity.com + +EXTRA_LOCALE_CATEGORIES = + +USE_MSGCTXT = no + +MSGMERGE_OPTIONS = + +MSGINIT_OPTIONS = + +PO_DEPENDS_ON_POT = yes + +DIST_DEPENDS_ON_UPDATE_PO = yes |