Skip to content

Commit

Permalink
Merge pull request #1147 from Sontan/master
Browse files Browse the repository at this point in the history
Mistype in Locale.ru-RU.Date.
  • Loading branch information
arian committed Aug 22, 2012
2 parents 737539c + 6f3614b commit 2978047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Locale/Locale.ru-RU.Date.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Locale.define('ru-RU', 'Date', {

lessThanMinuteUntil: 'меньше чем через минуту',
minuteUntil: 'через минуту',
minutesUntil: function(delta){ return 'через {delta} ' + pluralize(delta, 'час', 'часа', 'часов') + ''; },
minutesUntil: function(delta){ return 'через {delta} ' + pluralize(delta, 'минуту', 'минуты', 'минут') + ''; },
hourUntil: 'через час',
hoursUntil: function(delta){ return 'через {delta} ' + pluralize(delta, 'час', 'часа', 'часов') + ''; },
dayUntil: 'завтра',
Expand Down

0 comments on commit 2978047

Please sign in to comment.