This commit is contained in:
mauriziovitale84
2016-04-27 12:05:34 +01:00
parent 992f265d75
commit 87af584d23

View File

@@ -86,16 +86,17 @@ To support a new language you need to create your language file (.json) and add
"username" : "Username", "username" : "Username",
"input-required-message": "Required", "input-required-message": "Required",
"input-min-message": "Your username needs to be at least 4 characters.", "input-min-message": "Your username needs to be at least 4 characters.",
"login-button": "Login", "login-button": "Login"
} }
``` ```
Directory structure: Directory structure:
``` ```
.
├── i18n/ ├── i18n/
│ ├── en.json │ ├── en.json
│ ├── it.json │ ├── it.json
── fr.json ── fr.json
``` ```