Replaced manual HTTP calls to the defunct Transifex API v2 with the Transifex API v3 JavaScript SDK. This required increasing the minimum Node version from 8 to 16 and rewriting the transifex.js script to use async/await and promises.
Added a complete Catalan localization from Transifex. Reran npm run transifex to synchronize this repository with Transifex for the first time since December 2019. I kept various pre-translations where an English string would otherwise have been backfilled. Thanks to the following translators for their help over the past four years or so, and apologies for the delay in pulling in the changes:
Replaced manual HTTP calls to the defunct Transifex API v2 with the Transifex API v3 JavaScript SDK. This required increasing the minimum Node version from 8 to 16 and rewriting the transifex.js script to use
async
/await
and promises.Added a complete Catalan localization from Transifex. Reran
npm run transifex
to synchronize this repository with Transifex for the first time since December 2019. I kept various pre-translations where an English string would otherwise have been backfilled. Thanks to the following translators for their help over the past four years or so, and apologies for the delay in pulling in the changes:Fixes #310 and fixes #311. Supersedes #292, #297, #306, and #307.