translate-2010.1.24: src/Text/Translate.hs
{-# LANGUAGE DeriveDataTypeable #-}
module Text.Translate (translate) where
-- This module is just a wrapper to Text.Language.Translate
-- It exists for backward compatibility.
import Text.Language.Translate (translate)