Makevars 512 B

12345678910111213141516171819
  1. # Makefile variables for PO directory in any package using GNU gettext.
  2. DOMAIN = $(PACKAGE)
  3. subdir = po
  4. top_builddir = ..
  5. XGETTEXT_OPTIONS = \
  6. --from-code=UTF-8 --keyword=l10n
  7. # Set this to the empty string, which means translations are in the
  8. # public domain; in this case the translators are expected to disclaim
  9. # their copyright.
  10. COPYRIGHT_HOLDER =
  11. # This is the email address or URL to which the translators shall report
  12. # bugs in the untranslated strings.
  13. MSGID_BUGS_ADDRESS = guix-devel@gnu.org