rails/locale/lo.yml in rails-i18n-0.2.0 vs rails/locale/lo.yml in rails-i18n-0.2.1
- old
+ new
@@ -11,10 +11,12 @@
separator: "."
# Delimets thousands (e.g. 1,000,000 is a million) (always in groups of three)
delimiter: ","
# Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
precision: 3
+ significant: false
+ strip_insignificant_zeros: false
# Used in number_to_currency()
currency:
format:
# Where is the currency sign? %u is the currency unit, %n the number (default: $5.00)
@@ -22,10 +24,12 @@
unit: "Kip"
# These three are to override number.format and are optional
separator: "."
delimiter: ","
precision: 2
+ significant: false
+ strip_insignificant_zeros: false
# Used in number_to_percentage()
percentage:
format:
# These three are to override number.format and are optional
@@ -46,10 +50,12 @@
format:
# These three are to override number.format and are optional
# separator:
delimiter: ""
precision: 1
+ significant: true
+ strip_insignificant_zeros: true
storage_units:
# Storage units output formatting.
# %u is the storage unit, %n is the number (default: 2 MB)
format: "%n %u"
units:
@@ -58,10 +64,14 @@
other: "Bytes"
kb: "KB"
mb: "MB"
gb: "GB"
tb: "TB"
+ decimal_units:
+ format: "%n %u"
+ units:
+ unit: ""
# Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
datetime:
distance_in_words:
half_a_minute: "ເຄິ່ງນາທີ "
@@ -102,10 +112,11 @@
hour: "ຊົ່ວໂມງ"
minute: "ນາທີ"
second: "ວິນາທີ"
errors:
+ format: "%{attribute} %{message}"
template: &errors_template
header:
one: "ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກເກີດຂໍ້ຜິດພາດ"
other: "ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກ ເກີດ %{count} ຂໍ້ຜິດພາດ"
body: "ກະລຸນາກວດສອບຂໍ້ມູນໃນຫ້ອງຕໍ່ໄປນີ້ :"
@@ -134,9 +145,11 @@
errors:
messages:
<<: *errors_messages
template:
<<: *errors_template
+ full_messages:
+ format: "%{attribute} %{message}"
date:
formats:
# Use the strftime parameters for formats.
# When no format has been given, it uses default.