From c8a2c2ac4cfac77e2fdde4b4e6d816a14b2bd567 Mon Sep 17 00:00:00 2001 From: Ruslan Khudenko Date: Tue, 12 Dec 2023 14:34:11 +0200 Subject: [PATCH 1/3] Added translations in a vertex integration page. --- .../vertex/install-vertex.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex.md b/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex.md index f5d5588ad1e..a1d1269a271 100644 --- a/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex.md +++ b/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex.md @@ -697,5 +697,22 @@ The following table reflects the mapping of the Spryker Quote/Order transfer obj | zipCode | postalCode | | | country.iso2Code | country | | +### 5. Add translations + +Append glossary according to your configuration: + +**src/data/import/glossary.csv** + +```yaml +cart.total.tax_total.calculated_at_checkout,an der Kasse berechnet,de_DE +cart.total.tax_total.calculated_at_checkout,calculated at checkout,en_US +``` + +Run the following console command to import data: + +```yaml +console data:import glossary +``` + ## Next step [Configure Vertex in the Back Office](/docs/pbc/all/tax-management/{{page.version}}/base-shop/third-party-integrations/vertex/configure-vertex.html) From 250d643268f617c5fb86090663d4f1c371940621 Mon Sep 17 00:00:00 2001 From: Ruslan Khudenko Date: Tue, 12 Dec 2023 14:38:32 +0200 Subject: [PATCH 2/3] Changed chapter position. --- .../vertex/install-vertex.md | 32 +++++++++---------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex.md b/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex.md index a1d1269a271..8b0b95d602d 100644 --- a/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex.md +++ b/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex.md @@ -647,7 +647,22 @@ class ProductOfferStockDependencyProvider extends SprykerProductOfferStockDepend } ``` +### 5. Add translations + +Append glossary according to your configuration: + +**src/data/import/glossary.csv** + +```yaml +cart.total.tax_total.calculated_at_checkout,an der Kasse berechnet,de_DE +cart.total.tax_total.calculated_at_checkout,calculated at checkout,en_US +``` + +Run the following console command to import data: +```yaml +console data:import glossary +``` --- @@ -697,22 +712,5 @@ The following table reflects the mapping of the Spryker Quote/Order transfer obj | zipCode | postalCode | | | country.iso2Code | country | | -### 5. Add translations - -Append glossary according to your configuration: - -**src/data/import/glossary.csv** - -```yaml -cart.total.tax_total.calculated_at_checkout,an der Kasse berechnet,de_DE -cart.total.tax_total.calculated_at_checkout,calculated at checkout,en_US -``` - -Run the following console command to import data: - -```yaml -console data:import glossary -``` - ## Next step [Configure Vertex in the Back Office](/docs/pbc/all/tax-management/{{page.version}}/base-shop/third-party-integrations/vertex/configure-vertex.html) From 941f27532864eee83cf632602a86434984cea089 Mon Sep 17 00:00:00 2001 From: Helen Kravchenko Date: Tue, 16 Jan 2024 11:18:43 +0100 Subject: [PATCH 3/3] fix wording --- .../vertex/install-vertex/integrate-the-vertex-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex/integrate-the-vertex-app.md b/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex/integrate-the-vertex-app.md index f81264f0972..2ab1128a6d9 100644 --- a/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex/integrate-the-vertex-app.md +++ b/docs/pbc/all/tax-management/202311.0/base-shop/third-party-integrations/vertex/install-vertex/integrate-the-vertex-app.md @@ -338,7 +338,7 @@ cart.total.tax_total.calculated_at_checkout,an der Kasse berechnet,de_DE cart.total.tax_total.calculated_at_checkout,calculated at checkout,en_US ``` -Run the following console command to import data: +To import data, run the following command: ```yaml console data:import glossary