nls: Update translations.
[jackhill/guix/guix.git] / po / guix / Makevars
1 # Makefile variables for PO directory in any package using GNU gettext.
2
3 DOMAIN = guix
4
5 subdir = po/guix
6 top_builddir = ../..
7
8 # These options get passed to xgettext. We want to catch standard
9 # gettext uses, and SRFI-35 error condition messages. In C++ code
10 # we use 'n_' instead of the more usual 'N_' for no-ops.
11 XGETTEXT_OPTIONS = \
12 --from-code=UTF-8 \
13 --keyword=G_ --keyword=N_:1,2 \
14 --keyword=message \
15 --keyword=description \
16 --keyword=synopsis \
17 --keyword=n_
18
19 COPYRIGHT_HOLDER = the authors of Guix (msgids)
20
21 MSGID_BUGS_ADDRESS = bug-guix@gnu.org
22
23 EXTRA_LOCALE_CATEGORIES =
24
25 # Disable PO update upon "make dist", which sometimes fails when doing
26 # "make distcheck -j4".
27 # See <https://lists.gnu.org/archive/html/bug-gettext/2014-08/msg00005.html>.
28 DIST_DEPENDS_ON_UPDATE_PO = no
29
30 # Ignore the timestamp of the .pot file, as .po files are updated by
31 # `make download-po` only. This ensures po files are not modified on the
32 # first `make` invocation.
33 PO_DEPENDS_ON_POT = no