-
Notifications
You must be signed in to change notification settings - Fork 157
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
phoenix translation sync failing #3603
Comments
@micbar who looks after this sort of thing? |
It looks like easygettext doesn't support There are two ways of fixing this: |
There shouldn't be a real issue with using OR operator. The idea was to use the nullish coalescing one since in some modal values it is valid to pass |
Easygettext seems to be using acorn for parsing the JS code which should support nullish coalescing operator acornjs/acorn#890 Maybe upstream is using some outdated version? |
Still failing - e.g. https://drone.owncloud.com/owncloud/translation-sync/1583/33/5 So no new translations are coming. Nobody has been assigned to this issue. |
I'll take care. |
Translations arrived last night - cce62d1 |
Some translation came, but last night: https://drone.owncloud.com/owncloud/translation-sync/1588/33/5
And @LukasHirt or someone ??? |
Agh... I used again the optional chaining operator 🤦 I'll get rid of it. Need to hammer it down my head to stop using them I'll see if I can get that running upstream with the acorn parser and if yes submit a PR there. It's annoying not to be able to use such nice features. |
Sync is passing again for the past few days - closing |
See issue owncloud/translation-sync#35
Needs someone to investigate.
The text was updated successfully, but these errors were encountered: