You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The checkup command cannot find a string translation in a variable that has been reinitialized.
For example, assume the all.en_US.json translation file contain the message IDs: Hello World and Hello World!! and the following code snippet is given.
Context
The checkup command cannot find a string translation in a variable that has been reinitialized.
For example, assume the
all.en_US.json
translation file contain the message IDs:Hello World
andHello World!!
and the following code snippet is given.If a user runs
checkup
on the code it will state thatHello World!!
is found inall.en_US.json
but not in code.The text was updated successfully, but these errors were encountered: