-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies, translations; add Catalan #312
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@1ec5 ❤️❤️❤️ lgtm
Are you going to release v0.15.0?
// | ||
// auth is stored in ./transifex.auth as json object | ||
// { | ||
// "user": "username", | ||
// "pass": "password" | ||
// "token": "1/0b4e75552e481aeae813aebad53f3de3fcc67ccd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope this token is a fake one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It’s the one Transifex hard-coded into their documentation. It isn’t mine, in any event. 😅
Sure, if I can still figure out how to work this thing. |
Tracking the release in #313. |
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.