rails/locale/en-GB.yml in rails-i18n-4.0.3 vs rails/locale/en-GB.yml in rails-i18n-4.0.4
- old
+ new
@@ -1,5 +1,6 @@
+---
en-GB:
date:
abbr_day_names:
- Sun
- Mon
@@ -7,11 +8,11 @@
- Wed
- Thu
- Fri
- Sat
abbr_month_names:
- -
+ -
- Jan
- Feb
- Mar
- Apr
- May
@@ -29,15 +30,15 @@
- Wednesday
- Thursday
- Friday
- Saturday
formats:
- default: ! '%d-%m-%Y'
- long: ! '%d %B, %Y'
- short: ! '%d %b'
+ default: "%d-%m-%Y"
+ long: "%d %B, %Y"
+ short: "%d %b"
month_names:
- -
+ -
- January
- February
- March
- April
- May
@@ -76,33 +77,33 @@
over_x_years:
one: over 1 year
other: over %{count} years
x_days:
one: 1 day
- other: ! '%{count} days'
+ other: "%{count} days"
x_minutes:
one: 1 minute
- other: ! '%{count} minutes'
+ other: "%{count} minutes"
x_months:
one: 1 month
- other: ! '%{count} months'
+ other: "%{count} months"
x_seconds:
one: 1 second
- other: ! '%{count} seconds'
+ other: "%{count} seconds"
prompts:
day: Day
hour: Hour
minute: Minute
month: Month
second: Seconds
year: Year
errors:
- format: ! '%{attribute} %{message}'
+ format: "%{attribute} %{message}"
messages:
accepted: must be accepted
blank: can't be blank
- confirmation: ! "doesn't match %{attribute}"
+ confirmation: doesn't match %{attribute}
empty: can't be empty
equal_to: must be equal to %{count}
even: must be even
exclusion: is reserved
greater_than: must be greater than %{count}
@@ -112,11 +113,11 @@
less_than: must be less than %{count}
less_than_or_equal_to: must be less than or equal to %{count}
not_a_number: is not a number
not_an_integer: must be an integer
odd: must be odd
- record_invalid: ! 'Validation failed: %{errors}'
+ record_invalid: 'Validation failed: %{errors}'
taken: has already been taken
too_long:
one: is too long (maximum is 1 character)
other: is too long (maximum is %{count} characters)
too_short:
@@ -124,40 +125,40 @@
other: is too short (minimum is %{count} characters)
wrong_length:
one: is the wrong length (should be 1 character)
other: is the wrong length (should be %{count} characters)
template:
- body: ! 'There were problems with the following fields:'
+ body: 'There were problems with the following fields:'
header:
one: 1 error prohibited this %{model} from being saved
- other: ! '%{count} errors prohibited this %{model} from being saved'
+ other: "%{count} errors prohibited this %{model} from being saved"
helpers:
select:
prompt: Please select
submit:
create: Create %{model}
submit: Save %{model}
update: Update %{model}
number:
currency:
format:
- delimiter: ! ','
- format: ! '%u%n'
+ delimiter: ","
+ format: "%u%n"
precision: 2
- separator: .
+ separator: "."
significant: false
strip_insignificant_zeros: false
- unit: £
+ unit: "£"
format:
- delimiter: ! ','
+ delimiter: ","
precision: 3
- separator: .
+ separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
- format: ! '%n %u'
+ format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
@@ -167,11 +168,11 @@
delimiter: ''
precision: 3
significant: true
strip_insignificant_zeros: true
storage_units:
- format: ! '%n %u'
+ format: "%n %u"
units:
byte:
one: Byte
other: Bytes
gb: GB
@@ -184,15 +185,15 @@
precision:
format:
delimiter: ''
support:
array:
- last_word_connector: ! ', and '
- two_words_connector: ! ' and '
- words_connector: ! ', '
+ last_word_connector: ", and "
+ two_words_connector: " and "
+ words_connector: ", "
time:
am: am
formats:
- default: ! '%a, %d %b %Y %H:%M:%S %z'
- long: ! '%d %B, %Y %H:%M'
- short: ! '%d %b %H:%M'
+ default: "%a, %d %b %Y %H:%M:%S %z"
+ long: "%d %B, %Y %H:%M"
+ short: "%d %b %H:%M"
pm: pm