mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-24 14:31:41 +00:00
#17 Fix
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user