Skip to content

Commit

Permalink
bring activemodel and activerecord namespaces back which was removed in
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Mar 1, 2012
1 parent e151919 commit 5dd88f1
Show file tree
Hide file tree
Showing 74 changed files with 592 additions and 74 deletions.
9 changes: 8 additions & 1 deletion rails/locale/ar.yml
Expand Up @@ -95,7 +95,7 @@ ar:
month: الشهر month: الشهر
second: ثانية second: ثانية
year: السنة year: السنة
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: يجب أن تقبل accepted: يجب أن تقبل
Expand Down Expand Up @@ -190,3 +190,10 @@ ar:
long: ! '%B %d, %Y %H:%M' long: ! '%B %d, %Y %H:%M'
short: ! '%d %b %H:%M' short: ! '%d %b %H:%M'
pm: مساءا pm: مساءا
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/az.yml
Expand Up @@ -95,7 +95,7 @@ az:
month: Ay month: Ay
second: Saniyə second: Saniyə
year: İl year: İl
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: qəbul olunmalıdır accepted: qəbul olunmalıdır
Expand Down Expand Up @@ -190,3 +190,10 @@ az:
long: ! '%d %B %Y, %H:%M' long: ! '%d %B %Y, %H:%M'
short: ! '%d %b, %H:%M' short: ! '%d %b, %H:%M'
pm: günortadan sonra pm: günortadan sonra
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/bg.yml
Expand Up @@ -95,7 +95,7 @@ bg:
month: Месец month: Месец
second: Секунда second: Секунда
year: Година year: Година
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: трябва да се потвърди accepted: трябва да се потвърди
Expand Down Expand Up @@ -190,3 +190,10 @@ bg:
long: ! '%d %B %Y, %H:%M' long: ! '%d %B %Y, %H:%M'
short: ! '%d %b, %H:%M' short: ! '%d %b, %H:%M'
pm: следобед pm: следобед
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/bn-IN.yml
Expand Up @@ -92,7 +92,7 @@ bn-IN:
month: মাস month: মাস
second: সেকেন্ড second: সেকেন্ড
year: বছর year: বছর
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: গ্রাহ্য করতে হবে accepted: গ্রাহ্য করতে হবে
Expand Down Expand Up @@ -173,3 +173,10 @@ bn-IN:
long: ! '%e de %B de %Y %H:%M' long: ! '%e de %B de %Y %H:%M'
short: ! '%e de %b %H:%M' short: ! '%e de %b %H:%M'
pm: pm pm: pm
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/bs.yml
Expand Up @@ -113,7 +113,7 @@ bs:
month: mjesec month: mjesec
second: sekundi second: sekundi
year: godina year: godina
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: mora biti prihvaćeno accepted: mora biti prihvaćeno
Expand Down Expand Up @@ -232,3 +232,10 @@ bs:
long: ! '%d. %B %Y. - %H:%M:%S' long: ! '%d. %B %Y. - %H:%M:%S'
short: ! '%d. %b %Y. %H:%M' short: ! '%d. %b %Y. %H:%M'
pm: '' pm: ''
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/ca.yml
Expand Up @@ -95,7 +95,7 @@ ca:
month: Mes month: Mes
second: Segun second: Segun
year: Any year: Any
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: ha de ser acceptat accepted: ha de ser acceptat
Expand Down Expand Up @@ -190,3 +190,10 @@ ca:
long: ! '%d de %B de %Y %H:%M' long: ! '%d de %B de %Y %H:%M'
short: ! '%d de %b %H:%M' short: ! '%d de %b %H:%M'
pm: pm pm: pm
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/cs.yml
Expand Up @@ -95,7 +95,7 @@ cs:
month: Měsíc month: Měsíc
second: Sekunda second: Sekunda
year: Rok year: Rok
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: musí být potvrzeno accepted: musí být potvrzeno
Expand Down Expand Up @@ -189,3 +189,10 @@ cs:
long: ! '%A %d. %B %Y %H:%M' long: ! '%A %d. %B %Y %H:%M'
short: ! '%d. %m. %H:%M' short: ! '%d. %m. %H:%M'
pm: pm pm: pm
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/csb.yml
Expand Up @@ -106,7 +106,7 @@ csb:
month: Miesiąc month: Miesiąc
second: Sekunda second: Sekunda
year: Rok year: Rok
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: mùszi bëc zaakceptowóné accepted: mùszi bëc zaakceptowóné
Expand Down Expand Up @@ -201,3 +201,10 @@ csb:
long: ! '%B %d, %Y %H:%M' long: ! '%B %d, %Y %H:%M'
short: ! '%d %b %H:%M' short: ! '%d %b %H:%M'
pm: pò pôłnim pm: pò pôłnim
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/cy.yml
Expand Up @@ -95,7 +95,7 @@ cy:
month: Mis month: Mis
second: Eiliad second: Eiliad
year: Blwyddyn year: Blwyddyn
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: angen ei dderbyn accepted: angen ei dderbyn
Expand Down Expand Up @@ -190,3 +190,10 @@ cy:
long: ! '%B %d, %Y %H:%M' long: ! '%B %d, %Y %H:%M'
short: ! '%d %b %H:%M' short: ! '%d %b %H:%M'
pm: yh pm: yh
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/da.yml
Expand Up @@ -95,7 +95,7 @@ da:
month: Måned month: Måned
second: Sekund second: Sekund
year: År year: År
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: skal accepteres accepted: skal accepteres
Expand Down Expand Up @@ -190,3 +190,10 @@ da:
long: ! '%A d. %e. %B %Y, %H.%M' long: ! '%A d. %e. %B %Y, %H.%M'
short: ! '%e. %b %Y, %H.%M' short: ! '%e. %b %Y, %H.%M'
pm: '' pm: ''
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/de-AT.yml
Expand Up @@ -95,7 +95,7 @@ de-AT:
month: Monat month: Monat
second: Sekunden second: Sekunden
year: Jahr year: Jahr
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: muss akzeptiert werden accepted: muss akzeptiert werden
Expand Down Expand Up @@ -194,3 +194,10 @@ de-AT:
long: ! '%A, %d. %B %Y, %H:%M Uhr' long: ! '%A, %d. %B %Y, %H:%M Uhr'
short: ! '%d. %B, %H:%M Uhr' short: ! '%d. %B, %H:%M Uhr'
pm: nachmittags pm: nachmittags
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/de-CH.yml
Expand Up @@ -95,7 +95,7 @@ de-CH:
month: Monat month: Monat
second: Sekunden second: Sekunden
year: Jahr year: Jahr
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: muss akzeptiert werden accepted: muss akzeptiert werden
Expand Down Expand Up @@ -194,3 +194,10 @@ de-CH:
long: ! '%A, %d. %B %Y, %H:%M Uhr' long: ! '%A, %d. %B %Y, %H:%M Uhr'
short: ! '%d. %B, %H:%M Uhr' short: ! '%d. %B, %H:%M Uhr'
pm: nachmittags pm: nachmittags
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/de.yml
Expand Up @@ -95,7 +95,7 @@ de:
month: Monat month: Monat
second: Sekunden second: Sekunden
year: Jahr year: Jahr
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: muss akzeptiert werden accepted: muss akzeptiert werden
Expand Down Expand Up @@ -194,3 +194,10 @@ de:
long: ! '%A, %d. %B %Y, %H:%M Uhr' long: ! '%A, %d. %B %Y, %H:%M Uhr'
short: ! '%d. %B, %H:%M Uhr' short: ! '%d. %B, %H:%M Uhr'
pm: nachmittags pm: nachmittags
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/dsb.yml
Expand Up @@ -105,7 +105,7 @@ dsb:
one: 1 sekundu one: 1 sekundu
other: ! '%{count} sekundami' other: ! '%{count} sekundami'
two: ! '%{count} sekundoma' two: ! '%{count} sekundoma'
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: musy se wobkšuśiś accepted: musy se wobkšuśiś
Expand Down Expand Up @@ -206,3 +206,10 @@ dsb:
long: ! '%A, %d. %B %Y, %H:%M hodź.' long: ! '%A, %d. %B %Y, %H:%M hodź.'
short: ! '%d. %B, %H:%M hodź.' short: ! '%d. %B, %H:%M hodź.'
pm: wótpołdnja pm: wótpołdnja
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/el.yml
Expand Up @@ -95,7 +95,7 @@ el:
month: Μήνας month: Μήνας
second: Δευτερόλεπτο second: Δευτερόλεπτο
year: Έτος year: Έτος
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: πρέπει να είναι αποδεκτό accepted: πρέπει να είναι αποδεκτό
Expand Down Expand Up @@ -190,3 +190,10 @@ el:
long: ! '%A %d %B %Y %H:%M:%S %Z' long: ! '%A %d %B %Y %H:%M:%S %Z'
short: ! '%d %b %H:%M' short: ! '%d %b %H:%M'
pm: μμ pm: μμ
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/en-AU.yml
Expand Up @@ -95,7 +95,7 @@ en-AU:
month: Month month: Month
second: Seconds second: Seconds
year: Year year: Year
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: must be accepted accepted: must be accepted
Expand Down Expand Up @@ -196,3 +196,10 @@ en-AU:
long: ! '%B %d, %Y %H:%M' long: ! '%B %d, %Y %H:%M'
short: ! '%d %b %H:%M' short: ! '%d %b %H:%M'
pm: pm pm: pm
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/en-GB.yml
Expand Up @@ -95,7 +95,7 @@ en-GB:
month: Month month: Month
second: Seconds second: Seconds
year: Year year: Year
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: must be accepted accepted: must be accepted
Expand Down Expand Up @@ -196,3 +196,10 @@ en-GB:
long: ! '%d %B, %Y %H:%M' long: ! '%d %B, %Y %H:%M'
short: ! '%d %b %H:%M' short: ! '%d %b %H:%M'
pm: pm pm: pm
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/en-IN.yml
Expand Up @@ -97,7 +97,7 @@ en-IN:
month: Bulan month: Bulan
second: Detik second: Detik
year: Tahun year: Tahun
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: harus diterima accepted: harus diterima
Expand Down Expand Up @@ -192,3 +192,10 @@ en-IN:
long: ! '%d %B %Y %H.%M' long: ! '%d %B %Y %H.%M'
short: ! '%d %b %H.%M' short: ! '%d %b %H.%M'
pm: pm pm: pm
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/en-US.yml
Expand Up @@ -95,7 +95,7 @@ en-US:
month: Month month: Month
second: Seconds second: Seconds
year: Year year: Year
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: must be accepted accepted: must be accepted
Expand Down Expand Up @@ -196,3 +196,10 @@ en-US:
long: ! '%B %d, %Y %H:%M' long: ! '%B %d, %Y %H:%M'
short: ! '%d %b %H:%M' short: ! '%d %b %H:%M'
pm: pm pm: pm
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors
9 changes: 8 additions & 1 deletion rails/locale/eo.yml
Expand Up @@ -97,7 +97,7 @@ eo:
month: Monato month: Monato
second: Sekundo second: Sekundo
year: Jaro year: Jaro
errors: errors: &errors
format: ! '%{attribute} %{message}' format: ! '%{attribute} %{message}'
messages: messages:
accepted: devas esti akceptita accepted: devas esti akceptita
Expand Down Expand Up @@ -192,3 +192,10 @@ eo:
long: ! '%A %d %B %Y %H:%M' long: ! '%A %d %B %Y %H:%M'
short: ! '%d %b %H:%M' short: ! '%d %b %H:%M'
pm: pm pm: pm
# remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
activemodel:
errors:
<<: *errors
activerecord:
errors:
<<: *errors

2 comments on commit 5dd88f1

@printercu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amatsuda can we revert this commit? I've add explanation in #446 .

@amatsuda
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@printercu Sure! Go ahead!

Please sign in to comment.