resources/locales/nl/plurals.yml in twitter_cldr-1.8.1 vs resources/locales/nl/plurals.yml in twitter_cldr-1.9.0

- old
+ new

@@ -1,3 +1,2 @@ ---- -:nl: ! '{ :nl => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda - { |n| n == 1 ? :one : :other } } } } }' +--- +:nl: "{ :nl => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } } }"