From 3ef9e5f1f941ded6ffc05042307c3059c81c27fc Mon Sep 17 00:00:00 2001 From: GitHub Action test Date: Tue, 30 Jan 2024 10:28:57 +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 defdd6de..06444b47 100644 --- a/README.md +++ b/README.md @@ -350,6 +350,7 @@ For installing and using this colection in Icestudio follow these steps: * **Bus-10** * Split-2-8 * Split-4-6 + * Split-9-1 * **Bus-11** * Split-2-9 * Split-3-8 diff --git a/locale/translation.js b/locale/translation.js index fee80521..4de1470c 100644 --- a/locale/translation.js +++ b/locale/translation.js @@ -650,6 +650,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-9-1'); +gettext('Bus10-Split-9-1: Split the 10-bits bus into two buses of 9 and 1 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');