From f1390cb78edb51a13797304d01f283d67189794d Mon Sep 17 00:00:00 2001 From: GitHub Action test Date: Tue, 30 Jan 2024 10:41:54 +0000 Subject: [PATCH] Automatic English texts updated --- README.md | 1 + locale/translation.js | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 06444b47..063422fe 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ For installing and using this colection in Icestudio follow these steps: * **Bus-10** * Join-4-6 * Join-8-2 + * Join-9-1 * **Bus-11** * Join-2-9 * Join-3-8 diff --git a/locale/translation.js b/locale/translation.js index 4de1470c..236422a3 100644 --- a/locale/translation.js +++ b/locale/translation.js @@ -203,6 +203,8 @@ gettext('Join-4-6'); gettext('Bus10-Join-4-6: Join the two buses into an 10-bits Bus'); gettext('Join-8-2'); gettext('Bus10-Join-2-8: Join the two buses into an 10-bits Bus'); +gettext('Join-9-1'); +gettext('Bus10-Join-9-1: Join the two buses into an 10-bits Bus'); gettext('Join-2-9'); gettext('Bus11-Join-2-9: Join the two buses into an 11-bits Bus'); gettext('Join-3-8');