Skip to content

Commit 71b240a

Browse files
[update] locales
1 parent e659a56 commit 71b240a

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

docs/guides/localization.md

Lines changed: 16 additions & 15 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,21 +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?":
8091
"Would you like to delete this card?",
81-
82-
"Make cover": "Make cover",
83-
"Remove cover": "Remove cover",
84-
"B": "B",
85-
"KB": "KB",
86-
"MB": "MB",
87-
"GB": "GB",
88-
"TB": "TB",
89-
"PB": "PB",
90-
"EB": "EB"
9192
},
9293
calendar: { // translations and settings of the calendar
9394
monthFull: [

0 commit comments

Comments
 (0)