radar / humanize

Takes your numbers and makes them *fancy*.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in /locales/constants/de.rb

howa opened this issue · comments

commented

POINT = 'Punkt'.freeze
should read
POINT = 'Komma'.freeze
quick-fix / monkey patch: In your Ruby Code use
Humanize::De::POINT = 'Komma'

Please submit a patch to fix this.

Googling a bit, I found that German also uses "," to separate decimals just like Indonesian. So @howa's must be true.

Fixed by #52.

humanize 2.1.1 has been released which fixes this problem.