Skip to content

Commit

Permalink
Merge pull request #738 from open-formulieren/chore/4849-update-trans…
Browse files Browse the repository at this point in the history
…lations

Update message catalogs
  • Loading branch information
vaszig authored Nov 25, 2024
2 parents 8f1ef82 + e98e2be commit 4b4bc5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"test:storybook": "test-storybook --coverage",
"clean": "rimraf dist/*",
"prepare-package": "node scripts/prepare-package.js",
"makemessages-en": "formatjs extract 'src/**/*.js' --format scripts/i18n-formatter.js --out-file src/i18n/messages/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"makemessages-nl": "formatjs extract 'src/**/*.js' --format scripts/i18n-formatter.js --out-file src/i18n/messages/nl.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"makemessages-en": "formatjs extract 'src/**/*.{js,jsx}' --format scripts/i18n-formatter.js --out-file src/i18n/messages/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"makemessages-nl": "formatjs extract 'src/**/*.{js,jsx}' --format scripts/i18n-formatter.js --out-file src/i18n/messages/nl.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"makemessages": "npm run makemessages-nl && npm run makemessages-en",
"compilemessages": "formatjs compile-folder --ast src/i18n/messages src/i18n/compiled",
"build:design-tokens": "npm run build --workspace=design-tokens",
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"originalDefault": "Invalid enum value. Expected {expected}, received {received}."
},
"7v8PR6": {
"defaultMessage": "Your session has expired. <link>Click here to restart</link>.",
"defaultMessage": "Je sessie is verlopen. <link>Klik hier om opnieuw te beginnen</link>.",
"description": "Session expired error message",
"originalDefault": "Your session has expired. <link>Click here to restart</link>."
},
Expand Down

0 comments on commit 4b4bc5f

Please sign in to comment.