Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions docs/guides/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,35 @@ The **English** locale is used by default:

~~~jsx
const en = {
kanban: { // translations of the Kanban labels
kanban: {
Save: "Save",
Send: "Send",
Close: "Close",
Delete: "Delete",
Name: "Name",
Description: "Description",
Type: "Type",
"Start date": "Start date",
"End date": "End date",

Files: "Files",
B: "B",
KB: "KB",
MB: "MB",
GB: "GB",
TB: "TB",
PB: "PB",
EB: "EB",
"Make cover": "Make cover",
"Remove cover": "Remove cover",
Comments: "Comments",
Links: "Links",
Result: "Result",
"No results": "No results",
Search: "Search",
"Search in": "Search in",
"Add new row": "Add new row",
"Add new column": "Add new column",
"Add new card": "Add new card",
"Add new card...": "Add new card...",
"Add new card": "Add new card",
"Edit card": "Edit card",
Edit: "Edit",

Expand Down Expand Up @@ -73,11 +83,12 @@ const en = {
"Select a relation": "Select a relation",
"Select a task": "Select a task",

"No comments yet": "No comments yet",
Send: "Send",
"Would you like to delete this comment?":
"Would you like to delete this comment?",
"No comments yet": "No comments yet",
"Would you like to delete this card?":
"Would you like to delete this card?"
"Would you like to delete this card?",
},
calendar: { // translations and settings of the calendar
monthFull: [
Expand Down