From e659a5682dd76dbbb929dd72670459aeacadc85d Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Thu, 31 Jul 2025 18:24:24 +0400 Subject: [PATCH 1/2] [update] add missing locales (SVAR-2526) --- docs/guides/localization.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/guides/localization.md b/docs/guides/localization.md index c529034..fa85922 100644 --- a/docs/guides/localization.md +++ b/docs/guides/localization.md @@ -77,7 +77,17 @@ const en = { "Would you like to delete this comment?": "Would you like to delete this comment?", "Would you like to delete this card?": - "Would you like to delete this card?" + "Would you like to delete this card?", + + "Make cover": "Make cover", + "Remove cover": "Remove cover", + "B": "B", + "KB": "KB", + "MB": "MB", + "GB": "GB", + "TB": "TB", + "PB": "PB", + "EB": "EB" }, calendar: { // translations and settings of the calendar monthFull: [ From 71b240a1b1993b4d899334aa95277ca9214d63b3 Mon Sep 17 00:00:00 2001 From: Serhii Pylypchuk Date: Fri, 1 Aug 2025 13:28:24 +0400 Subject: [PATCH 2/2] [update] locales --- docs/guides/localization.md | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/docs/guides/localization.md b/docs/guides/localization.md index fa85922..395ba86 100644 --- a/docs/guides/localization.md +++ b/docs/guides/localization.md @@ -14,9 +14,8 @@ 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", @@ -24,15 +23,26 @@ const en = { 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", @@ -73,21 +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?", - - "Make cover": "Make cover", - "Remove cover": "Remove cover", - "B": "B", - "KB": "KB", - "MB": "MB", - "GB": "GB", - "TB": "TB", - "PB": "PB", - "EB": "EB" }, calendar: { // translations and settings of the calendar monthFull: [