mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-10 13:36:02 +00:00
Add gettext processing to Cmake build instructions
This commit is contained in:
15
frontend/po/Makevars
Normal file
15
frontend/po/Makevars
Normal file
@@ -0,0 +1,15 @@
|
||||
# Makefile variables for PO directory in any package using GNU gettext.
|
||||
|
||||
# Usually the message domain is the same as the package name.
|
||||
DOMAIN = zint
|
||||
|
||||
# These two variables depend on the location of this directory.
|
||||
subdir = po
|
||||
top_builddir = ..
|
||||
|
||||
# These options get passed to xgettext.
|
||||
XGETTEXT_OPTIONS = --keyword=_ --language=C --sort-output --from-code=UTF-8 --foreign-user --no-wrap
|
||||
|
||||
# This is the email address or URL to which the translators shall report
|
||||
# bugs in the untranslated strings
|
||||
MSGID_BUGS_ADDRESS = rstuart114@gmail.com
|
||||
Reference in New Issue
Block a user