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
Currently it is hardcoded that Arrays can't be a valid translation. However, based on the setup, there are some legitimate usages of Arrays and this is blocking it for no reason.
Currently it is hardcoded that Arrays can't be a valid translation. However, based on the setup, there are some legitimate usages of Arrays and this is blocking it for no reason.
eslint-plugin-i18n-json/src/valid-message-syntax.js
Lines 143 to 150 in 13d5f18
The problem is, that we can't bypass this check with a custom validator which would allow Arrays for some specific keys
The text was updated successfully, but these errors were encountered: