diff --git a/frontend/package.json b/frontend/package.json index fda00e52..82242ef1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -78,7 +78,7 @@ "gulp-sass": "^5.0.0", "gulp-sourcemaps": "^2.6.4", "gulp-uglify": "^3.0.1", - "handlebars-i18next-parser": "^1.0.1", + "handlebars-i18next-parser": "^1.0.2", "http-proxy-middleware": "^0.19.0", "i18next-parser": "^6.0.1", "jasmine-ajax": "^4.0.0", diff --git a/frontend/src/i18n/en/translation.json b/frontend/src/i18n/en/translation.json index df7d58b2..11f0d720 100644 --- a/frontend/src/i18n/en/translation.json +++ b/frontend/src/i18n/en/translation.json @@ -28,6 +28,7 @@ "nlp": "automated" }, "permitted-types-before-list": "This property permits", + "permitted-types-after-list": ".", "current-type": "Current type:", "typeHints": { "integer": "Include extra leading zeros to force interpretation as an integer type.", diff --git a/frontend/src/i18n/fr/translation.json b/frontend/src/i18n/fr/translation.json index fca2e54b..b8e16ada 100644 --- a/frontend/src/i18n/fr/translation.json +++ b/frontend/src/i18n/fr/translation.json @@ -28,6 +28,7 @@ "nlp": "automated" }, "permitted-types-before-list": "This property permits", + "permitted-types-after-list": ".", "current-type": "Current type:", "typeHints": { "integer": "Include extra leading zeros to force interpretation as an integer type.", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 6b50efbc..7b75706c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4325,10 +4325,10 @@ gulplog@^1.0.0: dependencies: glogg "^1.0.0" -handlebars-i18next-parser@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/handlebars-i18next-parser/-/handlebars-i18next-parser-1.0.1.tgz#b5334c7a3b6c534c5ec9699766cdbb1fa30866d3" - integrity sha512-KYiD0XsSy5rVladnR5CR2coUDGEMDFeFXQZo0KMMKc4e5a+g9wiQQN6ORfI+Fn04UDtB5rOAVL6UmhbwzOiVkA== +handlebars-i18next-parser@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/handlebars-i18next-parser/-/handlebars-i18next-parser-1.0.2.tgz#f44e5021cd9b7adae5b23307efd0add868deddff" + integrity sha512-657FUSs/Rnil2cxr/plIG5jd5N4GkL9KroPydCAqfOou+d3QO/hVVC8IIGdI+45mNY7ICPL72FSY2fuvD6/a2A== dependencies: i18next-parser "^6.0.1"