From e3aa1f850d47056e5b67cf382ad208e5b8f8a1c3 Mon Sep 17 00:00:00 2001 From: GitHub Action test Date: Sat, 9 Dec 2023 11:12:44 +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 8371d4ac..05e25ee3 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ For installing and using this colection in Icestudio follow these steps: * Split-2-8 * Split-4-6 * **Bus-11** + * Split-2-9 * Split-3-8 * **Bus-12** * Split-1-11 diff --git a/locale/translation.js b/locale/translation.js index 4590a3f0..b04ee025 100644 --- a/locale/translation.js +++ b/locale/translation.js @@ -648,6 +648,8 @@ gettext('Split-2-8'); gettext('Bus10-Split-2-8: Split the 10-bits bus into two buses of 2 and 8 wires'); gettext('Split-4-6'); gettext('Bus10-Split-4-6: Split the 10-bits bus into two buses of 4 and 6 bits'); +gettext('Split-2-9'); +gettext('Bus11-Split-2-9: Split the 11-bits bus into two buses of 2 and 9 wires'); gettext('Split-3-8'); gettext('Bus11-Split-3-8: Split the 11-bits bus into two buses of 3 and 8 wires'); gettext('Split-1-11');