Skip to content

Commit

Permalink
translations: fix untranslated strings
Browse files Browse the repository at this point in the history
* Fix characters in jsonschemas descriptions that prevent the strings
to be translated.

Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Oct 26, 2023
1 parent 5287c1b commit 72beff4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
},
"startDate": {
"title": "Date 1",
"description": "Normalised date used for sorting and filtering options (MARC 008). A free text date (transcripted) can be added in the field \"Statements\".",
"description": "Normalised date used for sorting and filtering options (MARC 008). A free text date (transcripted) can be added in the field Statements.",
"type": "integer",
"minimum": -9999,
"maximum": 9999,
Expand All @@ -220,7 +220,7 @@
},
"endDate": {
"title": "Date 2",
"description": "Normalised end date if the provision activity covers more than one year, and used for sorting and filtering options (MARC 008). A free text date (transcripted) can be added in the field \"Statements\"",
"description": "Normalised end date if the provision activity covers more than one year, and used for sorting and filtering options (MARC 008). A free text date (transcripted) can be added in the field Statements",
"type": "integer",
"minimum": -9999,
"maximum": 9999,
Expand Down

0 comments on commit 72beff4

Please sign in to comment.