Skip to content

Commit efebb4f

Browse files
authored
Merge pull request #27 from DHTMLX/next
[update] localization page updated
2 parents 958cd85 + 4ea2f2c commit efebb4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/guides/localization.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,18 @@ const en = {
141141
//core
142142
core: {
143143
ok:"OK",
144-
cancel:"Cancel"
144+
cancel:"Cancel",
145+
select: "Select",
146+
"No data": "No data"
145147
},
146148

147149
//formats
148150
formats: {
149151
dateFormat: "%d.%m.%Y",
150152
timeFormat: "%H:%i"
151153
}
154+
155+
lang: "en-US",
152156
};
153157
~~~
154158

0 commit comments

Comments
 (0)