acl-services / paprika

🌶 A robust + accessible UI component library for React applications by Galvanize.
MIT License
54 stars 9 forks source link

UXD-1874 fix paprika build translations #1191

Closed AndreyChernykh closed 2 years ago

AndreyChernykh commented 2 years ago

Purpose 🚀

The script did have a race condition because removeTranslationFiles and generateTranslationFiles were called at the same time without waiting for one another. So, some files were removed immediately after they were created. This lead to an error, such as:

ModuleNotFoundError: Module not found: Error: Can't resolve '../locales-js/zh'

References 🔗

https://aclgrc.atlassian.net/browse/UXD-1874

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: 6351be78577582d4d2b417b55db3ec1b13373187

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------------- | ----- | | @paprika/build-translations | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR