From aa1f2fbce1efee4cb8d0197328b9ac95e247a519 Mon Sep 17 00:00:00 2001 From: "Georgi Ganchev @7DIGIT" Date: Tue, 28 Nov 2023 11:44:48 +0200 Subject: [PATCH 1/3] Fix: usupport spelling in translation files --- src/blocks/ContactForms/locales/en.json | 2 +- src/blocks/ContactForms/locales/kk.json | 2 +- src/blocks/ContactForms/locales/ru.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blocks/ContactForms/locales/en.json b/src/blocks/ContactForms/locales/en.json index b064c97..7f24892 100644 --- a/src/blocks/ContactForms/locales/en.json +++ b/src/blocks/ContactForms/locales/en.json @@ -10,7 +10,7 @@ "starting_date": "Start date", "ending_date": "End date", "contact_reason_placeholder": "Select a reason", - "contact_reason_1": "Information about USupport", + "contact_reason_1": "Information about uSupport", "contact_reason_2": "Technical problem", "contact_reason_3": "Join the network of providers", "contact_reason_4": "Partnerships", diff --git a/src/blocks/ContactForms/locales/kk.json b/src/blocks/ContactForms/locales/kk.json index 1c889e5..24baf9f 100644 --- a/src/blocks/ContactForms/locales/kk.json +++ b/src/blocks/ContactForms/locales/kk.json @@ -10,7 +10,7 @@ "starting_date": "Басталу күні", "ending_date": "Аяқталу күні", "contact_reason_placeholder": "Себебін таңдаңыз", - "contact_reason_1": "USupport туралы ақпарат", + "contact_reason_1": "uSupport туралы ақпарат", "contact_reason_2": "Техникалық мәселе", "contact_reason_3": "Консультанттар желісіне қосылыңыз", "contact_reason_4": "Серіктестік", diff --git a/src/blocks/ContactForms/locales/ru.json b/src/blocks/ContactForms/locales/ru.json index fce75bc..85f3615 100644 --- a/src/blocks/ContactForms/locales/ru.json +++ b/src/blocks/ContactForms/locales/ru.json @@ -10,7 +10,7 @@ "starting_date": "Дата начала", "ending_date": "Дата окончания", "contact_reason_placeholder": "Выберите причину", - "contact_reason_1": "Информация о USupport", + "contact_reason_1": "Информация о uSupport", "contact_reason_2": "Техническая проблема", "contact_reason_3": "Присоединяйтесь к сети консультантов", "contact_reason_4": "Партнерства", From a3ac589db992e840da086be0f3ff1aca60bd219f Mon Sep 17 00:00:00 2001 From: "Georgi Ganchev @7DIGIT" Date: Tue, 28 Nov 2023 11:45:01 +0200 Subject: [PATCH 2/3] Fix: usupport spelling in index.html file --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 32e0a04..3613afd 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - USupport Country Admin + uSupport Country Admin
From 0a96fa753bc07a3d4896f2729d0c936c3029873c Mon Sep 17 00:00:00 2001 From: Sebastian Galustyan Date: Fri, 22 Dec 2023 11:27:38 +0200 Subject: [PATCH 3/3] Refactor: README.md USupport to uSupport --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ad93e16..fe1c644 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# USupport-country-admin-ui +# uSupport-country-admin-ui -USupport Country Admin Interface +uSupport Country Admin Interface # Contribute @@ -18,7 +18,7 @@ To install all the dependencies use: npm install ``` -The USupport Country Admin UI can be run via the Vite build tool. For more information about Vite [please see the documentation](https://vitejs.dev/guide) +The uSupport Country Admin UI can be run via the Vite build tool. For more information about Vite [please see the documentation](https://vitejs.dev/guide) To run the project via Vite use the following command: @@ -26,7 +26,7 @@ To run the project via Vite use the following command: npm run dev ``` -## Adding a new block to the USupport Country Admin UI +## Adding a new block to the uSupport Country Admin UI To create a new block, please use the provided bash script `create-block.bash`. By executing the following command from the root directory of the project: @@ -37,7 +37,7 @@ chmod +x create-block.bash Then, you will be prompted to provide block name, block description, and whether the block requires locale files. -## Adding a new page to the USupport Country Admin UI +## Adding a new page to the uSupport Country Admin UI To create a new page, please use the provided bash script `create-page.bash`. By executing the following command from the root directory of the project: