Skip to content

Commit

Permalink
Insert missing space between model name and error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed May 1, 2011
1 parent b7d95a3 commit 328137e
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion rails/locale/ar.yml
Expand Up @@ -183,4 +183,4 @@
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/cy.yml
Expand Up @@ -178,4 +178,4 @@ cy:
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/fa.yml
Expand Up @@ -179,4 +179,4 @@
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/fi.yml
Expand Up @@ -182,4 +182,4 @@ fi:
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/he.yml
Expand Up @@ -184,4 +184,4 @@
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/hi-IN.yml
Expand Up @@ -178,4 +178,4 @@ hi-IN:
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/hi.yml
Expand Up @@ -178,4 +178,4 @@ hi:
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/is.yml
Expand Up @@ -178,4 +178,4 @@
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
4 changes: 2 additions & 2 deletions rails/locale/ja.yml
Expand Up @@ -148,7 +148,7 @@ ja:
submit: "保存する"

errors:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"

messages: &errors_messages
inclusion: "は一覧にありません。"
Expand Down Expand Up @@ -185,4 +185,4 @@ ja:
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
4 changes: 2 additions & 2 deletions rails/locale/ko.yml
Expand Up @@ -146,7 +146,7 @@ ko:
submit: "제출"

errors:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"

messages: &errors_messages
inclusion: "은(는) 목록에 포함되어 있습니다"
Expand Down Expand Up @@ -183,4 +183,4 @@ ko:
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/lv.yml
Expand Up @@ -178,4 +178,4 @@ lv:
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/nb.yml
Expand Up @@ -177,4 +177,4 @@ nb:
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"
2 changes: 1 addition & 1 deletion rails/locale/sk.yml
Expand Up @@ -184,7 +184,7 @@
<<: *errors_messages

full_messages:
format: "%{attribute}%{message}"
format: "%{attribute} %{message}"

activemodel:
errors:
Expand Down
4 changes: 2 additions & 2 deletions rails/locale/th.rb
Expand Up @@ -174,7 +174,7 @@ module ThaiLocaleI18n
},

:errors => {
:format => "%{attribute}%{message}",
:format => "%{attribute} %{message}",
:messages => ThaiLocaleI18n::ERROR_MESSAGES
},

Expand All @@ -191,7 +191,7 @@ module ThaiLocaleI18n
}.merge(ThaiLocaleI18n::ERROR_MESSAGES),

:full_messages => {
:format => "%{attribute}%{message}"
:format => "%{attribute} %{message}"
},
}
}
Expand Down

0 comments on commit 328137e

Please sign in to comment.