Skip to content

Commit 379df05

Browse files
Merge pull request #58 from DHTMLX/sp-master-2526
[update] add missing locales (SVAR-2526)
2 parents 57b4048 + 71b240a commit 379df05

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

docs/guides/localization.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,35 @@ The **English** locale is used by default:
1414

1515
~~~jsx
1616
const en = {
17-
kanban: { // translations of the Kanban labels
17+
kanban: {
1818
Save: "Save",
19-
Send: "Send",
2019
Close: "Close",
2120
Delete: "Delete",
2221
Name: "Name",
2322
Description: "Description",
2423
Type: "Type",
2524
"Start date": "Start date",
2625
"End date": "End date",
27-
26+
Files: "Files",
27+
B: "B",
28+
KB: "KB",
29+
MB: "MB",
30+
GB: "GB",
31+
TB: "TB",
32+
PB: "PB",
33+
EB: "EB",
34+
"Make cover": "Make cover",
35+
"Remove cover": "Remove cover",
36+
Comments: "Comments",
37+
Links: "Links",
2838
Result: "Result",
2939
"No results": "No results",
3040
Search: "Search",
3141
"Search in": "Search in",
3242
"Add new row": "Add new row",
3343
"Add new column": "Add new column",
34-
"Add new card": "Add new card",
3544
"Add new card...": "Add new card...",
45+
"Add new card": "Add new card",
3646
"Edit card": "Edit card",
3747
Edit: "Edit",
3848

@@ -73,11 +83,12 @@ const en = {
7383
"Select a relation": "Select a relation",
7484
"Select a task": "Select a task",
7585

76-
"No comments yet": "No comments yet",
86+
Send: "Send",
7787
"Would you like to delete this comment?":
7888
"Would you like to delete this comment?",
89+
"No comments yet": "No comments yet",
7990
"Would you like to delete this card?":
80-
"Would you like to delete this card?"
91+
"Would you like to delete this card?",
8192
},
8293
calendar: { // translations and settings of the calendar
8394
monthFull: [

0 commit comments

Comments
 (0)