summaryrefslogtreecommitdiffstats
path: root/po/Makevars
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2023-04-20 14:11:29 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2023-04-20 14:11:29 (EDT)
commit8865acffee909d1d528d30444b44dad359913c0a (patch)
tree37d411b283bcfc36c8b38dd42c5ee6f2924ec377 /po/Makevars
parent3c8577cecc0001daf53526aa790e6638c7c50a9e (diff)
parent6daf35d0b533d28c34c69e8f678ce87b970c1acb (diff)
Merge branch 'feature/i18n'
Diffstat (limited to 'po/Makevars')
-rw-r--r--po/Makevars26
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