mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
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:
parent
767cd88d86
commit
a43cc597f8
2 changed files with 8 additions and 4 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue