Skip to content

Commit be0cd2c

Browse files
authored
Merge pull request #2723 from aleksandrilyin/ru/prepare-maintained
Prepare ru locale maintained (ru)
2 parents 54ed92c + 16c3252 commit be0cd2c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_plugins/translation_status.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Jekyll
88
# Outputs HTML.
99
module TranslationStatus
1010

11-
LANGS = %w[en de es id ja ko pt tr zh_cn zh_tw].freeze
11+
LANGS = %w[en de es id ja ko pt ru tr zh_cn zh_tw].freeze
1212
START_DATE = "2013-04-01"
1313

1414
OK_CHAR = "✓"

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"ja": "ja",
1212
"ko": "ko",
1313
"pt": "pt",
14+
"ru": "ru",
1415
"tr": "tr",
1516
"zh-CN": "zh_cn",
1617
"zh-TW": "zh_tw"

0 commit comments

Comments
 (0)