Prevent "Element" hardcoded in i18n files (#12296)
* Prevent "Element" hardcoded in i18n files Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update matrix-web-i18n Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
48c7543df5
commit
5bd0afce30
3 changed files with 12 additions and 5 deletions
7
.github/workflows/static_analysis.yaml
vendored
7
.github/workflows/static_analysis.yaml
vendored
|
@ -56,6 +56,13 @@ jobs:
|
|||
i18n_lint:
|
||||
name: "i18n Check"
|
||||
uses: matrix-org/matrix-web-i18n/.github/workflows/i18n_check.yml@main
|
||||
with:
|
||||
hardcoded-words: "Element"
|
||||
allowed-hardcoded-keys: |
|
||||
console_dev_note
|
||||
labs|element_call_video_rooms
|
||||
labs|feature_disable_call_per_sender_encryption
|
||||
voip|element_call
|
||||
|
||||
rethemendex_lint:
|
||||
name: "Rethemendex Check"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue