Skip to content

Commit 4ea2f2c

Browse files
committed
[update] localization page updated
1 parent f655efe commit 4ea2f2c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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)