mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Add new eslint plugin to check for valid i18n keys
This commit is contained in:
@@ -95,6 +95,7 @@ export function AppStage(props: Props): JSX.Element {
|
||||
className={styles.toaster}
|
||||
loaf={toasts.map((slice, id) => ({
|
||||
id,
|
||||
// eslint-disable-next-line local-rules/valid-i18n-keys
|
||||
text: i18n(slice.key, slice.subs),
|
||||
}))}
|
||||
onDismiss={dismissToast}
|
||||
|
||||
Reference in New Issue
Block a user