mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Fix shared components i18n check (#31672)
* Remove extra encryption strings Found their way in during the i18n changes * Remove log level silent to try & work out why it only fails on CI * Try giving it its own prettierrc so the import is correct * Comment why it needs its own prettierrc & put log level silent back * Comment the right .prettierrc
This commit is contained in:
parent
13696af194
commit
2f817f32ce
5
packages/shared-components/.prettierrc.js
Normal file
5
packages/shared-components/.prettierrc.js
Normal file
@ -0,0 +1,5 @@
|
||||
// Even though this (at time of writing) is identical Element Web's
|
||||
// .prettierrc.js, shared components needs its own because otherwise
|
||||
// this refers to element web's copy of eslint-plugin-matrix-org which
|
||||
// would require element-web's modules to be installed.
|
||||
module.exports = require("eslint-plugin-matrix-org/.prettierrc.js");
|
||||
@ -10,10 +10,6 @@
|
||||
"play": "Play",
|
||||
"search": "Search"
|
||||
},
|
||||
"encryption": {
|
||||
"pinned_identity_changed": "%(displayName)s's (<b>%(userId)s</b>) identity was reset. <a>Learn more</a>",
|
||||
"withdraw_verification_action": "Withdraw verification"
|
||||
},
|
||||
"left_panel": {
|
||||
"open_dial_pad": "Open dial pad"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user