Changelog
Source:NEWS.md
polyglotr 1.7.4
- Fixed 301-redirect URL for QCRI in README.md: replaced
qcri.orgwithhbku.edu.qa/en/qcri. - Removed
linguee_external_sources(),linguee_translation_examples(), andlinguee_word_translation()— the upstream API (linguee-api.fly.dev) is no longer available.
polyglotr 1.7.3
- Fixed dead URL in README.md: replaced defunct mt.qcri.org/api/ with qcri.org.
- Added weekly lychee link-check CI workflow.
polyglotr 1.7.2
- All functions that use internet resources now fail gracefully with an informative message when the service is unavailable (CRAN policy compliance). Network-level errors (DNS failure, connection refused, timeout) are caught via
tryCatch()and reported viamessage()rather than propagating as errors. -
wikipedia_get_language_names()example wrapped in\donttest{}.
polyglotr 1.6.1
CRAN release: 2025-07-09
- Fixes language codes in
google_translate()for Traditional and Simple Chinese
polyglotr 1.5.1
CRAN release: 2024-07-27
- Adds specialized function to translate long text objects
- Adds more translation models for wmcloud
polyglotr 1.5.0
CRAN release: 2024-05-03
- Adds Pons dictionary method
- Adds FunTranslaion methods for morse code
polyglotr 1.4.0
CRAN release: 2024-02-12
- Adds QCRI methods
- Adds Pons methods
- Adds Wikimedia Foundation methods
- Adds Google Transliteration methods
polyglotr 1.3.0
CRAN release: 2023-12-06
- fixes bug concerning special characters in
google_translate() - adds function to retrieve supported languages for Google Translate
- adds function to validate language codes
- adds package dataset for the supported languages in Google Translate
polyglotr 1.2.0
CRAN release: 2023-07-17
- Fixes vectorization issue in google_translate()
-
language_detect()function to return input language. -
google_translate_file()function to translate an entire file. - Added vignettes.
- Added a
NEWS.mdfile to track changes to the package.