diff options
author | Julien Lepiller <julien@lepiller.eu> | 2021-11-06 14:03:52 +0100 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2021-11-06 14:06:36 +0100 |
commit | 85430a9ea6f32aaae3e34741e292a01a2de62ee0 (patch) | |
tree | 1bde5f3edb00d5950dc57962266a0f41b9c38c5f /po/doc/local.mk | |
parent | e58994f113e9acc063943ce9d6340b1301e1346a (diff) | |
download | guix-85430a9ea6f32aaae3e34741e292a01a2de62ee0.tar guix-85430a9ea6f32aaae3e34741e292a01a2de62ee0.tar.gz |
nls: Update translations.
* po/doc/guix-cookbook.es.po: New file.
* po/doc/local.mk: Add 'es' cookbook.
* doc/local.mk: Add 'es' cookbook.
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 26c3fe8f45..041cf4826f 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -31,6 +31,7 @@ DOC_PO_FILES = \ DOC_COOKBOOK_PO_FILES = \ %D%/guix-cookbook.de.po \ + %D%/guix-cookbook.es.po \ %D%/guix-cookbook.fa.po \ %D%/guix-cookbook.fr.po \ %D%/guix-cookbook.ko.po \ |