Skip to content

Commit 16c3252

Browse files
Prepare ru locale maintained (ru)
- set locale to admin/translation-status page - do redirect to locale from /index.html - see #2721 for more details
1 parent 6a7a5ab commit 16c3252

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)