Merge pull request #27092 from element-hq/t3chguy/i18n-lint-element

Prevent "Element" hardcoded in i18n files
This commit is contained in:
Michael Telatynski 2024-02-29 11:02:15 +00:00 committed by GitHub
commit 946f35577e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 5 deletions

View file

@ -31,6 +31,8 @@ jobs:
i18n_lint:
name: "i18n Check"
uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@main
with:
hardcoded-words: "Element"
js_lint:
name: "ESLint"