Prevent "Element" hardcoded in i18n files (#1545)

This commit is contained in:
Michael Telatynski
2024-02-29 13:02:44 +00:00
committed by GitHub
parent 65215ea6f4
commit 421a666fe9
3 changed files with 7 additions and 5 deletions

View File

@@ -25,6 +25,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"