Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

не корректно локализуется название месяца прописью для %-d #43

Open
renius opened this issue Jan 30, 2013 · 3 comments

Comments

@renius
Copy link

renius commented Jan 30, 2013

1.9.3-p362 :047 > Russian::l(Time.now + 2.day, :format => '%-d %B')
=> "1 Февраль"
1.9.3-p362 :048 > Russian::l(Time.now + 2.day, :format => '%d %B')
=> "01 февраля"
1.9.3-p362 :001 > Russian::l(Time.now + 2.day, :format => '%1d %B')
=> "1 Февраль"
1.9.3-p362 :002 > Russian::l(Time.now + 2.day, :format => '%2d %B')
=> "01 Февраль"

Using russian (0.6.0)

anton@ubuntu:/work/tradein$ rails -v
ruby -Rails 3.2.11
anton@ubuntu:
/work/tradein$ ruby -v
ruby 1.9.3p362 (2012-12-25 revision 38607) [i686-linux]

спеки это место проходят отлично

@asavartsov
Copy link

А я это чинил, пуллреквест все висит #41

@renius
Copy link
Author

renius commented Feb 22, 2013

Спасибо, буду пока использовать ваш форк.

@RunsFor
Copy link

RunsFor commented Nov 17, 2016

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants