Browse Source

put tranlation-info.yml back, undoing 3aa6d0b

development
William Wedler 10 years ago
parent
commit
39926b7e81
  1. 4
      config/initializers/i18n.rb
  2. 3496
      config/locales/translation-info.yml
  3. 2
      lib/tasks/translations.rake

4
config/initializers/i18n.rb

@ -65,8 +65,8 @@ module I18n
class BikeBike < I18n::Backend::ActiveRecord class BikeBike < I18n::Backend::ActiveRecord
@@needs_translation @@needs_translation
@@translations_file = 'tmp/locales/translation-info.yml' @@translations_file = 'config/locales/translation-info.yml'
@@translation_cache_file = 'tmp/locales/.translation-cache.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 @@translation_cache
@@testing_started = false @@testing_started = false

3496
config/locales/translation-info.yml

File diff suppressed because it is too large

2
lib/tasks/translations.rake

@ -4,7 +4,7 @@ namespace :translations do
#File.open('config/locales/.translations.yml', 'w') #File.open('config/locales/.translations.yml', 'w')
#File.open('config/locales/.translation-cache.yml', 'w+') #File.open('config/locales/.translation-cache.yml', 'w+')
translations = YAML.load(File.read('tmp/locales/translation-info.yml')) || Hash.new translations = YAML.load(File.read('config/locales/translation-info.yml')) || Hash.new
translations.each { |k,t| translations.each { |k,t|
if t['data'] if t['data']
t['data'].each { |tt| t['data'].each { |tt|

Loading…
Cancel
Save