diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 03:49:36 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-04-18 13:18:13 +0200 |
commit | 77c6c0aa577939da4d35a1ba95ea998459a3f337 (patch) | |
tree | d1b70411c7bd9e563f9bc76fe8e86b447d00b5de /po/doc/local.mk | |
parent | 5cb08cca273111e91d56db5de4328a0e3a5c490e (diff) | |
download | guix-77c6c0aa577939da4d35a1ba95ea998459a3f337.tar guix-77c6c0aa577939da4d35a1ba95ea998459a3f337.tar.gz |
nls: Add Slovak translation.
* po/packages/sk.po: New file.
* po/packages/LINGUAS: Add 'sk'.
* po/doc/guix-manual.sk.po: New file.
* doc/local.mk (info_TEXINFOS): Add it.
* po/doc/local.mk (DOC_PO_FILES): 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 eaaf15eb08..317bd72947 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -22,6 +22,7 @@ DOC_PO_FILES= \ %D%/guix-manual.fr.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= \ |