@ -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