Browse Source

Add russian locale to timeline (#3783)

develop
Mikhail 6 years ago
committed by Yotam Berkowitz
parent
commit
8a231f59ee
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      lib/timeline/locales.js

+ 7
- 0
lib/timeline/locales.js View File

@ -51,3 +51,10 @@ exports['uk'] = {
time: 'час'
};
exports['uk_UA'] = exports['uk'];
// Russian
exports['ru'] = {
current: 'текущее',
time: 'время'
};
exports['ru_RU'] = exports['ru'];

Loading…
Cancel
Save