diff options
author | Samy Pessé <samypesse@gmail.com> | 2016-07-11 16:27:22 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-07-11 16:27:22 +0200 |
commit | 6b103f4532c23b4855025029ff966abc65092ff3 (patch) | |
tree | a7374739337d90e22cbad9375d6ab50ec437d92d /lib/constants | |
parent | d4fa5c18a8049986e224d98738390aac90c411be (diff) | |
download | gitbook-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')
-rw-r--r-- | lib/constants/configSchema.js | 4 |
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' |