Skip to content

Commit

Permalink
Upgrade handlebars-i18next-parser to 1.0.2 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed May 1, 2022
1 parent 3b0352e commit 978c0f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 978c0f5

Please sign in to comment.