# File app/controllers/translation_controller.rb, line 7
  def stat_by_lang
    # Create empty translations if/where needed
    Translation.create_blanks
    @languages = Language.find(:all)
  end