r2js/r2admin

View on GitHub
example/config/locales/en.json

Summary

Maintainability
Test Coverage
{
    "admin": {
        "header": {
            "logout": "Logout",
            "home": "Home"
        },
        "navObject": {
            "dashboard": "Dashboard",
            "test": "Test"
        },
        "auth": {
            "email": "Email",
            "password": "Password",
            "submit": "LOGIN"
        }
    }
}