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 /doc/local.mk | |
parent | 5cb08cca273111e91d56db5de4328a0e3a5c490e (diff) | |
download | 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 'doc/local.mk')
-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 41e6d6d92c..8c6d7daaf6 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -27,6 +27,7 @@ info_TEXINFOS = %D%/guix.texi \ %D%/guix.fr.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 \ |