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
Current Behaviour
At the moment trying to resolve a key which has an array as its value throws a MISSING_MESSAGE (plus INSUFFICIENT_PATH) error.
Feature Requested
Support for returnObjects: true. At its most basic level, arrays, but will be great if it can support objects too. If the message bundle has --
{
"items": [
"item1",
"item2"
]
}
then it should be possible to retrieve the list of translations for the key
This feature is provided currently by next-i18next, next-translate etc., but next-intl seems to be much easier to setup and use. Something like this would be very handy for large scale applications like ours.
The text was updated successfully, but these errors were encountered:
Current Behaviour
At the moment trying to resolve a key which has an array as its value throws a MISSING_MESSAGE (plus INSUFFICIENT_PATH) error.
Feature Requested
Support for
returnObjects: true
. At its most basic level, arrays, but will be great if it can support objects too. If the message bundle has --then it should be possible to retrieve the list of translations for the key
This feature is provided currently by next-i18next, next-translate etc., but next-intl seems to be much easier to setup and use. Something like this would be very handy for large scale applications like ours.
The text was updated successfully, but these errors were encountered: