diff options
author | Miguel Ángel Arruga Vivas <rosen644835@gmail.com> | 2019-04-23 00:40:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-04-23 23:56:16 +0200 |
commit | 6227e1b7477b71f31ea3bf8a74c32fe7238dcece (patch) | |
tree | 36251ff8737b6f40ad5be3b84127e28f84dcfb2c /po/doc/local.mk | |
parent | 06e5c3af8b6d0ab2a369d5832a4f1756ae6c3570 (diff) | |
download | patches-6227e1b7477b71f31ea3bf8a74c32fe7238dcece.tar patches-6227e1b7477b71f31ea3bf8a74c32fe7238dcece.tar.gz |
doc: Add Spanish translation.
* doc/local.mk (info_TEXINFOS): Add guix.es.texi.
(TRANSLATED_INFO): Add guix.es.texi and contributing.es.texi.
* po/doc/guix-manual.es.po: New file.
* po/doc/local.mk: Add guix-manual.es.po.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 6b934d945a..5dc6698370 100644 --- a/po/doc/local.mk +++ b/po/doc/local.mk @@ -17,6 +17,7 @@ # along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. DOC_PO_FILES= \ + %D%/guix-manual.es.po \ %D%/guix-manual.de.po \ %D%/guix-manual.fr.po |