Allow using language files like ```json { "data": { // This is a language category: "intro": { // This is a language item: "myFavoriteColor": "My favorite color is blue." } } } ``` without the "refs" object in the json file.
Allow using language files like
{ "data": { // This is a language category: "intro": { // This is a language item: "myFavoriteColor": "My favorite color is blue." } } }without the "refs" object in the json file.