Translations

This commit is contained in:
Godwin
2014-05-04 15:31:36 -06:00
parent ad2a897ef7
commit 91708ef81b
3 changed files with 3081 additions and 2 deletions
+2 -2
View File
@@ -64,9 +64,9 @@ module I18n
class BikeBike < I18n::Backend::ActiveRecord
@@needs_translation
@@translations_file = 'config/locales/.translations.yml'
@@translations_file = 'config/locales/translation-info.yml'
@@translation_cache_file = 'config/locales/.translation-cache.yml'
@@pluralization_rules_file = 'config/locales/.pluralization-rules.yml'
@@pluralization_rules_file = 'config/locales/pluralization-rules.yml'
@@translation_cache
def needs_translation(key)