radar / humanize

Takes your numbers and makes them *fancy*.
MIT License
468 stars 85 forks source link

Error in /locales/constants/de.rb #51

Closed howa closed 5 years ago

howa commented 5 years ago

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

radar commented 5 years ago

Please submit a patch to fix this.

styd commented 5 years ago

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

radar commented 5 years ago

Fixed by #52.

radar commented 5 years ago

humanize 2.1.1 has been released which fixes this problem.