From 9e033435100e07e76b5ecd4faf37fe34e7bc2d4a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Sun, 14 May 2017 12:31:32 +0000 Subject: [PATCH] Fix language definition git-svn-id: https://projectaon.org/data/trunk@2637 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/epub/14lcdk/Makefile | 2 +- common/epub/16eldv/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/epub/14lcdk/Makefile b/common/epub/14lcdk/Makefile index 1f34c69..cdf037a 100644 --- a/common/epub/14lcdk/Makefile +++ b/common/epub/14lcdk/Makefile @@ -5,7 +5,7 @@ SERIES=ls # Book name BASENAME=$(shell basename $(CURDIR)) # Language of the file -BLANG := en +BLANG := es # *English* book name (needed to find the image files) ORIGSERIES=lw diff --git a/common/epub/16eldv/Makefile b/common/epub/16eldv/Makefile index 20d1683..d4fcaf3 100644 --- a/common/epub/16eldv/Makefile +++ b/common/epub/16eldv/Makefile @@ -5,7 +5,7 @@ SERIES=ls # Book name BASENAME=$(shell basename $(CURDIR)) # Language of the file -BLANG := en +BLANG := es # *English* book name (needed to find the image files) ORIGSERIES=lw -- 2.17.1