KevinNovak / Linguini

Npm package - A JSON-based translation file manager.
https://www.npmjs.com/package/linguini
MIT License
10 stars 1 forks source link

Allow missing "refs" object in lang files #2

Open JanBrin opened 2 years ago

JanBrin commented 2 years ago

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.