mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add new eslint plugin to check for valid i18n keys
This commit is contained in:
@@ -55,6 +55,7 @@ export function TimerNotification(props: Props): JSX.Element {
|
||||
switch (type) {
|
||||
case 'fromOther':
|
||||
message = (
|
||||
// eslint-disable-next-line local-rules/valid-i18n-keys
|
||||
<Intl
|
||||
i18n={i18n}
|
||||
id={changeKey}
|
||||
|
||||
Reference in New Issue
Block a user