Skip to content

Commit

Permalink
Update for vi
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Fuchs <svenfuchs@artweb-design.de>
  • Loading branch information
ngocdaothanh authored and Sven Fuchs committed Apr 4, 2009
1 parent 8be4f2c commit 5d7c7d6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion rails/locale/vi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,18 @@ vi:
# separator:
delimiter: ""
precision: 1
storage_units: [Bytes, KB, MB, GB, TB]
storage_units:
# Storage units output formatting.
# %u is the storage unit, %n is the number (default: 2 MB)
format: "%n %u"
units:
byte:
one: "Byte"
other: "Byte"
kb: "KB"
mb: "MB"
gb: "GB"
tb: "TB"

# Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
datetime:
Expand Down

0 comments on commit 5d7c7d6

Please sign in to comment.