From 4db3e8ba0ef5b23090c2a5f0aec24c6924050928 Mon Sep 17 00:00:00 2001 From: Cecilia Yalangozian <33723604+cefoo@users.noreply.github.com> Date: Wed, 27 Sep 2023 09:25:23 -0300 Subject: [PATCH] Add space between number and wording --- _data/apis.json | 1 + _layouts/integration.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_data/apis.json b/_data/apis.json index 10293f1cc..ec37c5185 100644 --- a/_data/apis.json +++ b/_data/apis.json @@ -1,4 +1,5 @@ [ + "pt-pt", { "name": "AISA", "id": "aisa", diff --git a/_layouts/integration.html b/_layouts/integration.html index 6ee70f58a..df9d76307 100644 --- a/_layouts/integration.html +++ b/_layouts/integration.html @@ -14,9 +14,9 @@
The {{ page.title }} {{ page.type_description }} has - {{ page.api_integrations | size }}machine translation API integration{% if page.api_integrations.size != 1 %}s{% endif %} + {{ page.api_integrations | size }} machine translation API integration{% if page.api_integrations.size != 1 %}s{% endif %} and - {{ page.quality_estimation_integrations | size }}translation quality estimation API integration{% if page.quality_estimation_integrations != 1 %}s{% endif %}. + {{ page.quality_estimation_integrations | size }} translation quality estimation API integration{% if page.quality_estimation_integrations != 1 %}s{% endif %}.