From 3793535873c6b92cdfd0159def2f9379bac466c0 Mon Sep 17 00:00:00 2001 From: Maciej Madejczyk <48794984+MadejaMaciej@users.noreply.github.com> Date: Wed, 15 May 2024 17:15:45 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Add=20translation=20for?= =?UTF-8?q?=20hebrew=20in=20error=20orientation=20screen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #195 --- CHANGELOG.md | 1 + src/language/other/he.json | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 542fe3d..2086f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Bug #99: Buttons and clock's dial mis-aligned (MadejaMaciej) - Bug #86: Fix status bar image (MadejaMaciej) +- Enh #195: Add translation for hebrew in error orientation screen (MadejaMaciej) - Enh #185: Turn off mobile app by clicking button (MadejaMaciej) - Enh #179: Allow users to remove the game from saved game list (MadejaMaciej) - Enh #170: Support for Hebrew language and translations (MadejaMaciej) diff --git a/src/language/other/he.json b/src/language/other/he.json index 4bf0622..ff228cb 100644 --- a/src/language/other/he.json +++ b/src/language/other/he.json @@ -1,5 +1,5 @@ { - "Our game looks TERRIBLE in portrait orientation!": "Our game looks TERRIBLE in portrait orientation!", - "Please, rotate your device to landscape orientation in order to continue...": "Please, rotate your device to landscape orientation in order to continue...", - "Thank you!": "Thank you!" + "Our game looks TERRIBLE in portrait orientation!": "המשחק שלנו נראה נורא בכיוון לאורך!", + "Please, rotate your device to landscape orientation in order to continue...": "אנא, סובב את המכשיר שלך לכיוון לרוחב כדי להמשיך...", + "Thank you!": "תודה!" }