Prevent "Element" hardcoded in i18n files

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2024-02-29 09:52:41 +00:00
parent f8a2e41df3
commit 617dd777a0
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
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"