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
Allow nesting strings multiple times and access them e.g. via linguini.get("intro.newColors.coolColor", "en", TypeMappers.String);
{
"data": {
// This is a language category:"intro": {
// This is a language item:"myFavoriteColor": "My favorite color is blue.",
"newColors": {
"coolColor": "This is my cool color"
}
}
},
"refs": {}
}
The text was updated successfully, but these errors were encountered:
working on it.
current form of linguini looks to encourage messiness within json, which left our file 5000+ lines with this lack of customization.
have forked & will post finished product here if you still want to use it.
Allow nesting strings multiple times and access them e.g. via
linguini.get("intro.newColors.coolColor", "en", TypeMappers.String);
The text was updated successfully, but these errors were encountered: