Skip to content

Commit

Permalink
[hr.yml] Update currency format
Browse files Browse the repository at this point in the history
The Croatian locale did not provide the correct currency format (decimal comma and period as the thousands' delimiter).
  • Loading branch information
toncid committed Feb 25, 2015
1 parent 0c12467 commit 99c3894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rails/locale/hr.yml
Expand Up @@ -176,10 +176,10 @@ hr:
number:
currency:
format:
delimiter: ","
delimiter: "."
format: "%n %u"
precision: 2
separator: "."
separator: ","
significant: false
strip_insignificant_zeros: false
unit: kn
Expand Down

0 comments on commit 99c3894

Please sign in to comment.