You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into this
I don't think this is something we can "fix" ourselves, as we get a 200 OK result back from the push.
A workaround is that we throw an error if after the push, the remote and local files are not in sync. A quick mockup could be:
...
progressbar.stop();// check if it's all goodconstupdatedRemote=awaitapiPull(accessKey,pullOptions);const{totalCount: updatedTotalCount,deletedCount: updatedDeletedCount}=diff(updatedRemote,local,pushOptions);if(updatedTotalCount||updatedDeletedCount){log.error('Something went wrong, please check any logs in the Localise dashboard.');process.exit(1);}log.warn('Be kind to your translators');
...
Showing "All done." on push
When you have this message on https://localise.biz/
"This account is using the maximum 5,000 translations available on the Pro plan."
is actually a bug.
The text was updated successfully, but these errors were encountered: