Skip to content

Commit

Permalink
regenerate i18n for rubykaigi 2010.
Browse files Browse the repository at this point in the history
- install i18n_generators to vendor/plugins
- add gettext <2 for i18n_generators
  • Loading branch information
kakutani committed Apr 12, 2010
1 parent dccfafc commit 70daaf7
Show file tree
Hide file tree
Showing 47 changed files with 4,806 additions and 341 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -21,6 +21,7 @@ gem 'ruby-openid', :require => 'openid'
group :development do
gem 'capistrano', :require => nil
gem 'capistrano-ext', :require => nil
gem 'gettext', '<2' # required by i18n_generators
end

group :test, :cucumber do
Expand Down
90 changes: 0 additions & 90 deletions config/locales/action_view_ja.yml

This file was deleted.

32 changes: 0 additions & 32 deletions config/locales/active_support_ja.yml

This file was deleted.

10 changes: 7 additions & 3 deletions config/locales/ja.yml
@@ -1,4 +1,4 @@
# Japanese translations for Ruby on Rails
# Japanese translations for Ruby on Rails
# by Akira Matsuda (ronnie@dio.jp)
# AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.

Expand Down Expand Up @@ -33,6 +33,9 @@ ja:
two_words_connector: ""
last_word_connector: ""

select:
prompt: "選択してください。"

number:
format:
separator: "."
Expand Down Expand Up @@ -104,8 +107,6 @@ ja:

activerecord:
errors:
format:
separator: ""
template:
header:
one: "{{model}}にエラーが発生しました。"
Expand All @@ -132,4 +133,7 @@ ja:
less_than_or_equal_to: "は{{count}}以下の値にしてください。"
odd: "は奇数にしてください。"
even: "は偶数にしてください。"
record_invalid: "バリデーションに失敗しました。 {{errors}}"

full_messages:
format: "{{attribute}}{{message}}"
85 changes: 0 additions & 85 deletions config/locales/translation_en.yml

This file was deleted.

111 changes: 0 additions & 111 deletions config/locales/translation_ja.yml

This file was deleted.

0 comments on commit 70daaf7

Please sign in to comment.