Commit c04926ae1f8cba1d2b95047953f49b0ac0992e1a
set default language to en
mix committed on 12/28/2017, 8:24:46 AMParent: 3adcd713dd9cf5dcfdadd6bc3ed9d7ca7c7d24c8
Files changed
translations/sync.js | changed |
translations/sync.js | ||
---|---|---|
@@ -11,9 +11,9 @@ | ||
11 | 11 | } |
12 | 12 | |
13 | 13 | exports.create = (api) => { |
14 | 14 | return nest('translations.sync.strings', () => { |
15 | - const language = api.settings.sync.get('language', 'zh') | |
15 | + const language = api.settings.sync.get('language', 'en') | |
16 | 16 | |
17 | 17 | return merge({}, languages.en, languages[language]) |
18 | 18 | }) |
19 | 19 | } |
Built with git-ssb-web