support custom locale language and custom support languages. Change-Id: Ia235cb83b65c8530449f52d9ea575c3d6f603f04
11 lines
168 B
YAML
11 lines
168 B
YAML
host: 0.0.0.0
|
|
port: 8088
|
|
server: http://localhost
|
|
|
|
globalVariables:
|
|
defaultLanguage: en
|
|
supportLanguages: # use value in i18n.js
|
|
- en
|
|
- zh-hans
|
|
- ko-kr
|