From 93bfd4d9c7ba7055c19f02128491b3a98a180860 Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Tue, 8 Mar 2022 19:14:47 +0100 Subject: 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. --- doc/local.mk | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'doc/local.mk') diff --git a/doc/local.mk b/doc/local.mk index c9a8391993..445be17027 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -22,8 +22,8 @@ # along with GNU Guix. If not, see . # If adding a language, update the following variables, and info_TEXINFOS. -MANUAL_LANGUAGES = de es fa fi fr it ko pt_BR ru sk zh_CN -COOKBOOK_LANGUAGES = de es fa fi fr ko pt_BR ru sk uk zh_Hans +MANUAL_LANGUAGES = de es fr pt_BR ru zh_CN +COOKBOOK_LANGUAGES = de fr ko sk # Arg1: A list of languages codes. # Arg2: The file name stem. @@ -34,27 +34,15 @@ lang_to_texinfo = $(foreach lang,$(1),%D%/$(2).$(lang).texi) info_TEXINFOS = %D%/guix.texi \ %D%/guix.de.texi \ %D%/guix.es.texi \ - %D%/guix.fa.texi \ - %D%/guix.fi.texi \ %D%/guix.fr.texi \ - %D%/guix.it.texi \ - %D%/guix.ko.texi \ %D%/guix.pt_BR.texi \ %D%/guix.ru.texi \ - %D%/guix.sk.texi \ %D%/guix.zh_CN.texi \ %D%/guix-cookbook.texi \ %D%/guix-cookbook.de.texi \ - %D%/guix-cookbook.es.texi \ - %D%/guix-cookbook.fa.texi \ - %D%/guix-cookbook.fi.texi \ %D%/guix-cookbook.fr.texi \ %D%/guix-cookbook.ko.texi \ - %D%/guix-cookbook.pt_BR.texi \ - %D%/guix-cookbook.ru.texi \ - %D%/guix-cookbook.sk.texi \ - %D%/guix-cookbook.uk.texi \ - %D%/guix-cookbook.zh_Hans.texi + %D%/guix-cookbook.sk.texi %C%_guix_TEXINFOS = \ %D%/contributing.texi \ -- cgit v1.2.3