Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[website] Translation strings are not downloaded correctly (apache#2322)
### Motivation Noticed following warnings in website CI builds. ``` Warning: Downloaded translations do not match current project configuration. The following files will be omitted: - '/website/i18n/ja-JP.json' ``` The warnings were generated before `i18n/en.json` was not generated before downloading translations. ### Changes add `yarn write-translations` before uploading/downloading translations. additionaly fix `<translate>` location for download page
- Loading branch information