diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-03-08 19:14:47 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-04-02 18:14:43 +0200 |
commit | 93bfd4d9c7ba7055c19f02128491b3a98a180860 (patch) | |
tree | 2854e8afe9659e5db37dfa8bc1e01f61a579003c /po/doc/local.mk | |
parent | ff194cb24509e15d6b58682a63befe2aececba02 (diff) | |
download | guix-93bfd4d9c7ba7055c19f02128491b3a98a180860.tar guix-93bfd4d9c7ba7055c19f02128491b3a98a180860.tar.gz |
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 'po/doc/local.mk')
-rw-r--r-- | po/doc/local.mk | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index 9cc1e74cc6..49258cbb97 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -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 \ |