-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
feat: auto generate/update locale files #252
Conversation
✔️ Deploy Preview for vigilant-wescoff-04e480 ready! 🔨 Explore the source changes: 93d4bc4 🔍 Inspect the deploy log: https://app.netlify.com/sites/vigilant-wescoff-04e480/deploys/61eb2c6b373a1c00072ae468 😎 Browse the preview: https://deploy-preview-252--vigilant-wescoff-04e480.netlify.app |
Updated. If the following change is considered breaking, then we could just temporarily remove/change it. - export = faker;
+ export default faker; |
I thing |
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.
Nice work 🚀
I need this in main in order to update it for #363 . |
This PR adds a script that automatically generates
src/locale/*.ts
src/locales/index.ts
.docs/api/localization.md
This should be merged after #248
The is the generation/update related part for #210
Currently this is not integrated in the build process.