Closed howa closed 5 years ago
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.
POINT = 'Punkt'.freeze should read POINT = 'Komma'.freeze quick-fix / monkey patch: In your Ruby Code use Humanize::De::POINT = 'Komma'