Skip to content

Commit 47304ce

Browse files
authored
Merge pull request #4807 from manyfold3d/zh-cn
Enable zh-cn locale on translation.io
2 parents 61a0ce2 + c1c6294 commit 47304ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/translation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"helpers"
2020
]
2121
config.source_locale = "en"
22-
config.target_locales = ["ru", "es", "fr", "de", "pl", "pt", "ja", "nl", "cs"]
22+
config.target_locales = ["ru", "es", "fr", "de", "pl", "pt", "ja", "nl", "cs", "zh-CN"]
2323
end
2424
end

0 commit comments

Comments
 (0)