We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54ed92c + 16c3252 commit be0cd2cCopy full SHA for be0cd2c
_plugins/translation_status.rb
@@ -8,7 +8,7 @@ module Jekyll
8
# Outputs HTML.
9
module TranslationStatus
10
11
- LANGS = %w[en de es id ja ko pt tr zh_cn zh_tw].freeze
+ LANGS = %w[en de es id ja ko pt ru tr zh_cn zh_tw].freeze
12
START_DATE = "2013-04-01"
13
14
OK_CHAR = "✓"
index.html
@@ -11,6 +11,7 @@
"ja": "ja",
"ko": "ko",
"pt": "pt",
+ "ru": "ru",
15
"tr": "tr",
16
"zh-CN": "zh_cn",
17
"zh-TW": "zh_tw"
0 commit comments