Skip to content

Commit

Permalink
Merge pull request #4275 from open-formulieren/missing-time-translations
Browse files Browse the repository at this point in the history
[#4158] Add missing English translation for `invalid_time`
  • Loading branch information
sergei-maertens authored May 8, 2024
2 parents ca094b7 + f888ea9 commit afe8c2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/openforms/js/lang/formio/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@
"maxFileSizeMessage": "The maximum file size is {{maxFileSize}}.",
"The uploaded file is not of an allowed type. It must be: {{ pattern }}.": "The uploaded file is not of an allowed type. It must be: {{ pattern }}.",
"{{ labels }} or {{ lastLabel }}": "{{ labels }} or {{ lastLabel }}",
"invalid_time": "Only times between {{ minTime }} and {{ maxTime }} are allowed.",
"": ""
}
2 changes: 0 additions & 2 deletions src/openforms/js/lang/formio/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,5 @@
"{{ labels }} or {{ lastLabel }}": "{{ labels }} of {{ lastLabel }}",
"Note that any family member without a BSN will not be displayed.": "Let op, gezinsleden zonder BSN worden niet getoond.",
"invalidDatetime": "Ongeldige datum/tijd",
"maxDatetime": "De opgegeven datum/tijd liggen te ver in de toekomst.",
"minDatetime": "De opgegeven datum/tijd liggen te ver in het verleden.",
"": ""
}

0 comments on commit afe8c2f

Please sign in to comment.