Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Webpack loader for flattening nested translation files

License

Notifications You must be signed in to change notification settings

aatkin/translation-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translation-loader

Webpack loader for flattening nested translation files, imports JSON and exports JSON

before.json
{
    "app": {
        "links": {
            "home": "Back to homepage"
        },
        "user": "Current user"        
    }
}

after.json
{
    "app.links.home": "Back to homepage",
    "app.user": "Current user"
}

About

Webpack loader for flattening nested translation files

Resources

License

Stars

Watchers

Forks

Packages

No packages published