tmp disable sw, add FormattedMessage ids via eslint

This commit is contained in:
Martti Malmi
2023-11-20 13:35:51 +02:00
parent 6d706717c8
commit ef85b47b58
96 changed files with 646 additions and 592 deletions

View File

@ -118,7 +118,7 @@ export function NoteInner(props: NoteProps) {
message={
<>
<FormattedMessage
defaultMessage="The author has marked this note as a <i>sensitive topic</i>"
defaultMessage="The author has marked this note as a <i>sensitive topic</i>" id="StKzTE"
values={{
i: c => <i>{c}</i>,
}}
@ -127,7 +127,7 @@ export function NoteInner(props: NoteProps) {
<>
&nbsp;
<FormattedMessage
defaultMessage="Reason: <i>{reason}</i>"
defaultMessage="Reason: <i>{reason}</i>" id="6OSOXl"
values={{
i: c => <i>{c}</i>,
reason: contentWarning[1],
@ -136,7 +136,7 @@ export function NoteInner(props: NoteProps) {
</>
)}
&nbsp;
<FormattedMessage defaultMessage="Click here to load anyway" />
<FormattedMessage defaultMessage="Click here to load anyway" id="IoQq+a" />
</>
}>
{innerContent}