We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f41181 commit 7bba001Copy full SHA for 7bba001
docs/guides/localization.md
@@ -16,6 +16,7 @@ The **English** locale is used by default:
16
const en = {
17
kanban: { // translations of the Kanban labels
18
Save: "Save",
19
+ Send: "Send",
20
Close: "Close",
21
Delete: "Delete",
22
Name: "Name",
@@ -71,6 +72,7 @@ const en = {
71
72
"Select a relation": "Select a relation",
73
"Select a task": "Select a task",
74
75
+ "No comments yet": "No comments yet",
76
"Would you like to delete this comment?":
77
"Would you like to delete this comment?",
78
"Would you like to delete this card?":
0 commit comments