File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Somewhere in your html:
23
23
example-fr.json:
24
24
25
25
{
26
- greeting: "Bonjour!"
26
+ " greeting" : "Bonjour!"
27
27
}
28
28
29
29
## Step 3. Use the localize plugin.
@@ -98,18 +98,18 @@ If you rely on the default callback and follow the "rel" attribute conventions t
98
98
** application-es.json (fake spanish)**
99
99
100
100
{
101
- title: "Tracker Pro XT Deluxo",
102
- search: {
103
- placeholder: "Searcho...",
104
- button: "Vamos!"
101
+ " title" : "Tracker Pro XT Deluxo",
102
+ " search" : {
103
+ " placeholder" : "Searcho...",
104
+ " button" : "Vamos!"
105
105
},
106
- footer: {
107
- disclaimer: "Bewaro."
106
+ " footer" : {
107
+ " disclaimer" : "Bewaro."
108
108
},
109
- menu: {
110
- dashboard: "Dashboardo",
111
- list: "Bug Listo",
112
- logout: "Exito"
109
+ " menu" : {
110
+ " dashboard" : "Dashboardo",
111
+ " list" : "Bug Listo",
112
+ " logout" : "Exito"
113
113
}
114
114
}
115
115
You can’t perform that action at this time.
0 commit comments