Skip to content

Commit

Permalink
Merge pull request #10 from DHTMLX/next
Browse files Browse the repository at this point in the history
[update] localization page updated
  • Loading branch information
tbshag2 authored Jan 9, 2025
2 parents 0f70989 + 738db53 commit f0ca98a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/guides/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ const en = {
//core
core: {
ok:"OK",
cancel:"Cancel"
cancel:"Cancel",
select: "Select",
"No data": "No data"
},
//formats
formats: {
Expand Down Expand Up @@ -186,6 +188,8 @@ const de = {
core: {
ok: "OK",
cancel: "Abbrechen",
select: "Auswählen",
"No data": "Keine Daten",
},
// formats
formats: {
Expand Down Expand Up @@ -307,6 +311,8 @@ const cn = {
core: {
ok: "确定",
cancel: "取消",
select: "选择",
"No data": "没有数据",
},
// formats
formats: {
Expand Down

0 comments on commit f0ca98a

Please sign in to comment.