removed translation part - is done now by action

This commit is contained in:
Matthias 2021-08-20 00:25:55 +02:00
parent 414d2dbc96
commit e34c27e360
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -8,13 +8,6 @@ No pushing to master! New featues must be submitted in a separate branch (one br
Any required migration files **must** be included in the commit, or the pull-request will be rejected. If you change the underlying database schema, make sure you run `invoke migrate` and commit the migration files before submitting the PR. Any required migration files **must** be included in the commit, or the pull-request will be rejected. If you change the underlying database schema, make sure you run `invoke migrate` and commit the migration files before submitting the PR.
## Update Translation Files
Any PRs which update translatable strings (i.e. text strings that will appear in the web-front UI) must also update the translation (locale) files to include hooks for the translated strings.
*This does not mean that all translations must be provided, but that the translation files must include locations for the translated strings to be written.*
To perform this step, simply run `invoke translate` from the top level directory before submitting the PR.
## Testing ## Testing