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.master
parent
ff194cb245
commit
93bfd4d9c7
18
doc/local.mk
18
doc/local.mk
|
@ -22,8 +22,8 @@
|
|||
# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
# 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 \
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
68256
po/doc/guix-manual.fa.po
68256
po/doc/guix-manual.fa.po
File diff suppressed because it is too large
Load Diff
68261
po/doc/guix-manual.fi.po
68261
po/doc/guix-manual.fi.po
File diff suppressed because it is too large
Load Diff
68278
po/doc/guix-manual.it.po
68278
po/doc/guix-manual.it.po
File diff suppressed because it is too large
Load Diff
68488
po/doc/guix-manual.ko.po
68488
po/doc/guix-manual.ko.po
File diff suppressed because it is too large
Load Diff
68278
po/doc/guix-manual.sk.po
68278
po/doc/guix-manual.sk.po
File diff suppressed because it is too large
Load Diff
|
@ -18,30 +18,18 @@
|
|||
# along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
DOC_PO_FILES = \
|
||||
%D%/guix-manual.es.po \
|
||||
%D%/guix-manual.de.po \
|
||||
%D%/guix-manual.fa.po \
|
||||
%D%/guix-manual.fi.po \
|
||||
%D%/guix-manual.es.po \
|
||||
%D%/guix-manual.fr.po \
|
||||
%D%/guix-manual.it.po \
|
||||
%D%/guix-manual.ko.po \
|
||||
%D%/guix-manual.pt_BR.po \
|
||||
%D%/guix-manual.ru.po \
|
||||
%D%/guix-manual.sk.po \
|
||||
%D%/guix-manual.zh_CN.po
|
||||
|
||||
DOC_COOKBOOK_PO_FILES = \
|
||||
%D%/guix-cookbook.de.po \
|
||||
%D%/guix-cookbook.es.po \
|
||||
%D%/guix-cookbook.fa.po \
|
||||
%D%/guix-cookbook.fi.po \
|
||||
%D%/guix-cookbook.fr.po \
|
||||
%D%/guix-cookbook.ko.po \
|
||||
%D%/guix-cookbook.pt_BR.po \
|
||||
%D%/guix-cookbook.ru.po \
|
||||
%D%/guix-cookbook.sk.po \
|
||||
%D%/guix-cookbook.uk.po \
|
||||
%D%/guix-cookbook.zh_Hans.po
|
||||
%D%/guix-cookbook.sk.po
|
||||
|
||||
EXTRA_DIST = \
|
||||
%D%/guix-manual.pot \
|
||||
|
|
Reference in New Issue