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
Off the back of #114/#115, it'd be great to have more lines/context around errors. Example:
./x-all.json:6:21:
|
6 | "message": "{x, bad}"
| ^^^^^^
unexpected "bad}"<newline> },<newline> "
expecting "boolean", "date", "number", "plural", "select", "selectordinal", "time", or white space
I can see the line number and the problem itself, which is good, however ideally it'd also show the line above with the translation name. In an ideal world we would always show everything in the object:
Off the back of #114/#115, it'd be great to have more lines/context around errors. Example:
I can see the line number and the problem itself, which is good, however ideally it'd also show the line above with the translation name. In an ideal world we would always show everything in the object:
The text was updated successfully, but these errors were encountered: