Changelog for translate-2010.1.24
2010.01.24 Joao F. Ferreira joao@joaoff.com
- Added support for language detection:
Text.Language.Detect
Text.Translate
is nowText.Language.Translate
, but I've maintainedText.Translate
for backward compatibility- Fixed bug with URI escaping. Google's API is expecting an ASCII string that is first escaped with UTF-8.
- Refactored parts of the module to avoid repeated code