Skip to content

Commit

Permalink
Fixed typos. "Internalization" really has nothing to do with internat…
Browse files Browse the repository at this point in the history
…ionalization. Uh.
  • Loading branch information
karmi committed Mar 3, 2009
1 parent ca8531b commit d369af5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Demo application for Rails internalization API
= Demo application for Rails internationalization API

Simple & minimal Rails application to test the internationalization and localization features of Rails 2.2 and later.
I keep this application up-to-date with my current contract, so you can follow the commits for (possible) API changes and gotchas.
Expand Down
2 changes: 1 addition & 1 deletion locales/cz.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Czech translation file for standard Rails internalization
# Czech translation file for standard Rails internationalization
# See www.rails-i18n.org for more information about Rails i18n
#
# NOTE: In real world, you would obviously split this file into more pieces and load them separately
Expand Down
2 changes: 1 addition & 1 deletion locales/de.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# German translation file for standard Rails internalization
# German translation file for standard Rails internationalization
# See www.rails-i18n.org for more information about Rails i18n
#
# NOTE: In real world you would obviously split this file into more pieces and load them separately
Expand Down
2 changes: 1 addition & 1 deletion locales/en.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Default locale for standard Rails internalization
# Default locale for standard Rails internationalization

# Default locale in Rails 2.2.2 is <tt>:en</tt>

Expand Down

0 comments on commit d369af5

Please sign in to comment.