Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pejuko committed Aug 10, 2010
1 parent ee7d6a3 commit 43b7afd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n-translators-tools.gemspec
Expand Up @@ -37,7 +37,7 @@ Supported formats:
Backends:
* Extended format. i18n-translators-tools brings extended format
I18n::Backend::Simple.send(:include, I18n::Backend::Translator)
I18n::Backend::Simple.send(:include, I18n::Backend::Translate)
* Gettext po
I18n::Backend::Simple.send(:include, I18n::Backend::PO)
* QT Linguist TS
Expand Down
2 changes: 1 addition & 1 deletion lib/i18n/backend/translate.rb
Expand Up @@ -8,7 +8,7 @@ module I18n
module Backend
# It is highly recommended to use Translator wit Fallback plugin
#
# I18n::Backend::Simple.send(:include, I18n::Backend::Translator)
# I18n::Backend::Simple.send(:include, I18n::Backend::Translate)
# I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
#
# notice that Translator have to be included BEFORE Fallback otherwise
Expand Down

0 comments on commit 43b7afd

Please sign in to comment.