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

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