Skip to content

Commit

Permalink
Latvian number translation
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Fuchs <svenfuchs@artweb-design.de>
  • Loading branch information
Kaspars Bankovskis authored and Sven Fuchs committed Apr 25, 2009
1 parent c8c782a commit 64dd139
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions rails/locale/lv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,39 @@ lv:
month: "mēnesis"
year: "gads"

number:
format:
precision: 2
separator: ','
delimiter: '.'
currency:
format:
unit: 'LVL'
format: '%u %n'
separator: ","
delimiter: "."
precision: 2
percentage:
format:
delimiter: ""
precision:
format:
delimiter: ""
human:
format:
delimiter: ""
precision: 1
storage_units:
format: "%n %u"
units:
byte:
one: "Baits"
other: "Baiti"
kb: "KB"
mb: "MB"
gb: "GB"
tb: "TB"

support:
array:
words_connector: ", "
Expand Down

0 comments on commit 64dd139

Please sign in to comment.