diff --git a/frontend/src/ts/controllers/input-controller.ts b/frontend/src/ts/controllers/input-controller.ts index f78c950fd..fef2e910e 100644 --- a/frontend/src/ts/controllers/input-controller.ts +++ b/frontend/src/ts/controllers/input-controller.ts @@ -398,11 +398,16 @@ function isCharCorrect(char: string, charIndex: number): boolean { } if ( - (char === "’" || char === "‘" || char === "'" || char === "ʼ") && + (char === "’" || + char === "‘" || + char === "'" || + char === "ʼ" || + char === "׳") && (originalChar === "’" || originalChar === "‘" || originalChar === "'" || - originalChar === "ʼ") + originalChar === "ʼ" || + originalChar === "׳") ) { return true; } diff --git a/frontend/static/quotes/hebrew.json b/frontend/static/quotes/hebrew.json index b3ec92e6c..f76796ac5 100644 --- a/frontend/static/quotes/hebrew.json +++ b/frontend/static/quotes/hebrew.json @@ -86,7 +86,7 @@ "id": 13 }, { - "text": "זו שסיימה בית ספר יתר על המידה, שהוציאה את כל השפה על נסיונות. תחת חלון על השלחן מנחת תעודה: 'עברה את כשלונותיה'.", + "text": "׳זו שסיימה בית ספר יתר על המידה, שהוציאה את כל השפה על נסיונות. תחת חלון על השלחן מנחת תעודה: ׳עברה את כשלונותיה.", "source": "נורית זרחי", "length": 113, "id": 14