diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 03:57:36 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 13:18:20 +0200 |
commit | d2d6c20feec37e74cde839bef09de674a1196e85 (patch) | |
tree | 6d0669d688bfea7e8b2c0b31a5d6b0f489517fe7 /doc | |
parent | 43fb84da6749a78d12ac0f13db4cecb435de7903 (diff) | |
download | guix-d2d6c20feec37e74cde839bef09de674a1196e85.tar guix-d2d6c20feec37e74cde839bef09de674a1196e85.tar.gz |
nls: Add Italian translation.
* po/doc/guix-manual.it.po: New file.
* po/doc/local.mk (DOC_PO_FILES): Add it.
* doc/local.mk (info_TEXINFOS): Add it.
* po/guix/it.po: New file.
* po/guix/LINGUAS: Add 'it'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/local.mk b/doc/local.mk index fef0ec627e..4eda80c5eb 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -26,6 +26,7 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix.es.texi \ %D%/guix.fa.texi \ %D%/guix.fr.texi \ + %D%/guix.it.texi \ %D%/guix.pt_BR.texi \ %D%/guix.ru.texi \ %D%/guix.sk.texi \ |