Reenable translations (#727)

We believe we sorted out some string issues we had on Crowdin. We are going to see if this works.
This commit is contained in:
Joel Marcey 2018-06-06 12:13:06 -07:00 committed by GitHub
parent 767cd88d86
commit a43cc597f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -43,6 +43,10 @@ files:
'vi': 'vi' 'vi': 'vi'
'zh-CN': 'zh-CN' 'zh-CN': 'zh-CN'
'zh-TW': 'zh-TW' 'zh-TW': 'zh-TW'
-
source: '/website/versioned_docs/**/*.md'
translation: '/website/translated_docs/%locale%/**/%original_file_name%'
languages_mapping: *anchor
- -
source: '/website/i18n/en.json' source: '/website/i18n/en.json'
translation: '/website/i18n/%locale%.json' translation: '/website/i18n/%locale%.json'

View file

@ -52,7 +52,7 @@ const languages = [
tag: "el" tag: "el"
}, },
{ {
enabled: false, enabled: true,
name: "Español", name: "Español",
tag: "es-ES" tag: "es-ES"
}, },
@ -132,7 +132,7 @@ const languages = [
tag: "pt-BR" tag: "pt-BR"
}, },
{ {
enabled: false, enabled: true,
name: "Română", name: "Română",
tag: "ro" tag: "ro"
}, },
@ -157,7 +157,7 @@ const languages = [
tag: "sv-SE" tag: "sv-SE"
}, },
{ {
enabled: false, enabled: true,
name: "Türkçe", name: "Türkçe",
tag: "tr" tag: "tr"
}, },
@ -172,7 +172,7 @@ const languages = [
tag: "vi" tag: "vi"
}, },
{ {
enabled: false, enabled: true,
name: "简体中文", name: "简体中文",
tag: "zh-CN" tag: "zh-CN"
}, },