i18n 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of i18n might be problematic. Click here for more details.

@@ -273,5 +273,11 @@ module I18n
273
273
  @@exception_handler.call(exception, locale, key, options)
274
274
  end
275
275
  end
276
+
277
+ # Deprecated. Will raise a warning in future versions and then finally be
278
+ # removed. Use I18n.normalize_keys instead.
279
+ def normalize_translation_keys(locale, key, scope, separator = nil)
280
+ normalize_keys(locale, key, scope, separator)
281
+ end
276
282
  end
277
283
  end
@@ -10,7 +10,8 @@ module I18n
10
10
  # create_table :translations do |t|
11
11
  # t.string :locale
12
12
  # t.string :key
13
- # t.string :value
13
+ # t.text :value
14
+ # t.text :interpolations
14
15
  # t.boolean :is_proc, :default => false
15
16
  # end
16
17
  #
@@ -1,3 +1,3 @@
1
1
  module I18n
2
- VERSION = "0.3.4"
2
+ VERSION = "0.3.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sven Fuchs
@@ -13,7 +13,7 @@ autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
15
 
16
- date: 2010-02-25 00:00:00 +01:00
16
+ date: 2010-02-26 00:00:00 +01:00
17
17
  default_executable:
18
18
  dependencies: []
19
19