Closed Totto16 closed 2 months ago
add support for a "dry-run" to "generateLocale.ts" , so that locales get checked in the CI
This helps in the case of locale updates, as the CI catches such things as in #305
This was done in a quick fashion and can certainly be improved, I didn't use a cli parser, since this just adds one simple optional option.
Any suggestions for improvements or arguments against this are welcome. ❤️
[x] New feature (non-breaking change which adds functionality)
[x] My code follows the style guidelines of this project
[x] My commits follow the commit standards of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have checked my code and corrected any misspellings
Pull Request Template
Description
add support for a "dry-run" to "generateLocale.ts" , so that locales get checked in the CI
This helps in the case of locale updates, as the CI catches such things as in #305
This was done in a quick fashion and can certainly be improved, I didn't use a cli parser, since this just adds one simple optional option.
Any suggestions for improvements or arguments against this are welcome. ❤️
Type of change
[x] New feature (non-breaking change which adds functionality)
Checklist
[x] My code follows the style guidelines of this project
[x] My commits follow the commit standards of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have checked my code and corrected any misspellings