# File lib/ramaze/contrib/gettext/parser.rb, line 14
  def target?(file)
    TARGETS.include?(File.extname(file)[1..-1])
  end