1. add Turkish language in the default config.yaml
2. fix the tr key in the locales
Change-Id: I9e23d14e5b5114c8d827770b33b8254b9d7a3be2
(cherry picked from commit 23ea22a1de
)
15 lines
205 B
YAML
15 lines
205 B
YAML
host: 0.0.0.0
|
|
port: 8088
|
|
server: http://localhost
|
|
|
|
theme: default
|
|
|
|
globalVariables:
|
|
defaultLanguage: en
|
|
supportLanguages: # use value in i18n.js
|
|
- en
|
|
- zh-hans
|
|
- ko-kr
|
|
- tr-tr
|
|
- ru
|