allow for nested keys too

pull/1270/head
Markus Kahl 11 years ago
parent e7e88f8f36
commit 103bdc638e
  1. 2
      features/support/cuke_i18n.rb

@ -1,6 +1,6 @@
module CukeI18n
def translate(step)
step.gsub(/t:[\w]+/) { |code| I18n.t(code.split(":").last) }
step.gsub(/t:[\w\.]+/) { |code| I18n.t(code.split(":").last) }
end
end

Loading…
Cancel
Save