summaryrefslogtreecommitdiffstats
path: root/lib/constants/configSchema.js
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2016-07-11 16:27:22 +0200
committerSamy Pessé <samypesse@gmail.com>2016-07-11 16:27:22 +0200
commit6b103f4532c23b4855025029ff966abc65092ff3 (patch)
treea7374739337d90e22cbad9375d6ab50ec437d92d /lib/constants/configSchema.js
parentd4fa5c18a8049986e224d98738390aac90c411be (diff)
downloadgitbook-6b103f4532c23b4855025029ff966abc65092ff3.zip
gitbook-6b103f4532c23b4855025029ff966abc65092ff3.tar.gz
gitbook-6b103f4532c23b4855025029ff966abc65092ff3.tar.bz2
Fix #1408: fix i18n in website generator and add tests for it
Diffstat (limited to 'lib/constants/configSchema.js')
-rw-r--r--lib/constants/configSchema.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/constants/configSchema.js b/lib/constants/configSchema.js
index e693977..d2126c6 100644
--- a/lib/constants/configSchema.js
+++ b/lib/constants/configSchema.js
@@ -18,6 +18,10 @@ module.exports = {
'type': 'string',
'title': 'ISBN for published book'
},
+ 'language': {
+ 'type': 'string',
+ 'title': 'Language of the book'
+ },
'author': {
'type': 'string',
'title': 'Name of the author'