Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): limit locales to valid files when using the --all-lang op…
…tion (#4486) This change updates the code path that is invoked when the build is run using the `--all-lang` option. When assembling the list of locale files from the `/locales` directory, this change only includes files that satisfy _both_ of the following criteria: - Does not start with `_` - Ends with `.json` This effectively excludes `_template.json` and `README.md`, and may proactively filter out future utility files that do not follow the typical locale-file naming standard. Closes: #4485
- Loading branch information