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 /po/doc/local.mk | |
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 'po/doc/local.mk')
-rw-r--r-- | po/doc/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/doc/local.mk b/po/doc/local.mk index f2d009fdc0..f3e05aaa6c 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -21,6 +21,7 @@ DOC_PO_FILES= \ %D%/guix-manual.de.po \ %D%/guix-manual.fa.po \ %D%/guix-manual.fr.po \ + %D%/guix-manual.it.po \ %D%/guix-manual.pt_BR.po \ %D%/guix-manual.ru.po \ %D%/guix-manual.sk.po \ |