summaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-03-08 19:14:47 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-04-02 18:14:43 +0200
commit93bfd4d9c7ba7055c19f02128491b3a98a180860 (patch)
tree2854e8afe9659e5db37dfa8bc1e01f61a579003c /doc/local.mk
parentff194cb24509e15d6b58682a63befe2aececba02 (diff)
nls: Enforce translation thresholds.
* po/doc/guix-cookbook.es.po: Remove file. * po/doc/guix-cookbook.fa.po: Remove file. * po/doc/guix-cookbook.fi.po: Remove file. * po/doc/guix-cookbook.pt_BR.po: Remove file. * po/doc/guix-cookbook.ru.po: Remove file. * po/doc/guix-cookbook.uk.po: Remove file. * po/doc/guix-cookbook.zh_Hans.po: Remove file. * po/doc/guix-manual.fa.po: Remove file. * po/doc/guix-manual.fi.po: Remove file. * po/doc/guix-manual.it.po: Remove file. * po/doc/guix-manual.ko.po: Remove file. * po/doc/guix-manual.sk.po: Remove file. * po/doc/local.mk: Remove them. * doc/local.mk: Remove them.
Diffstat (limited to 'doc/local.mk')
-rw-r--r--doc/local.mk18
1 files changed, 3 insertions, 15 deletions
diff --git a/doc/local.mk b/doc/local.mk
index c9a83919938..445be17027d 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -22,8 +22,8 @@
22# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 22# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
23 23
24# If adding a language, update the following variables, and info_TEXINFOS. 24# If adding a language, update the following variables, and info_TEXINFOS.
25MANUAL_LANGUAGES = de es fa fi fr it ko pt_BR ru sk zh_CN 25MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN
26COOKBOOK_LANGUAGES = de es fa fi fr ko pt_BR ru sk uk zh_Hans 26COOKBOOK_LANGUAGES = de fr ko sk
27 27
28# Arg1: A list of languages codes. 28# Arg1: A list of languages codes.
29# Arg2: The file name stem. 29# Arg2: The file name stem.
@@ -34,27 +34,15 @@ lang_to_texinfo = $(foreach lang,$(1),%D%/$(2).$(lang).texi)
34info_TEXINFOS = %D%/guix.texi \ 34info_TEXINFOS = %D%/guix.texi \
35 %D%/guix.de.texi \ 35 %D%/guix.de.texi \
36 %D%/guix.es.texi \ 36 %D%/guix.es.texi \
37 %D%/guix.fa.texi \
38 %D%/guix.fi.texi \
39 %D%/guix.fr.texi \ 37 %D%/guix.fr.texi \
40 %D%/guix.it.texi \
41 %D%/guix.ko.texi \
42 %D%/guix.pt_BR.texi \ 38 %D%/guix.pt_BR.texi \
43 %D%/guix.ru.texi \ 39 %D%/guix.ru.texi \
44 %D%/guix.sk.texi \
45 %D%/guix.zh_CN.texi \ 40 %D%/guix.zh_CN.texi \
46 %D%/guix-cookbook.texi \ 41 %D%/guix-cookbook.texi \
47 %D%/guix-cookbook.de.texi \ 42 %D%/guix-cookbook.de.texi \
48 %D%/guix-cookbook.es.texi \
49 %D%/guix-cookbook.fa.texi \
50 %D%/guix-cookbook.fi.texi \
51 %D%/guix-cookbook.fr.texi \ 43 %D%/guix-cookbook.fr.texi \
52 %D%/guix-cookbook.ko.texi \ 44 %D%/guix-cookbook.ko.texi \
53 %D%/guix-cookbook.pt_BR.texi \ 45 %D%/guix-cookbook.sk.texi
54 %D%/guix-cookbook.ru.texi \
55 %D%/guix-cookbook.sk.texi \
56 %D%/guix-cookbook.uk.texi \
57 %D%/guix-cookbook.zh_Hans.texi
58 46
59%C%_guix_TEXINFOS = \ 47%C%_guix_TEXINFOS = \
60 %D%/contributing.texi \ 48 %D%/contributing.texi \