From a3c2ea6c5a1bdfc747ff9fa7aaf91013208b06eb Mon Sep 17 00:00:00 2001 From: GitHub Action test Date: Sun, 7 Jul 2024 08:54:11 +0000 Subject: [PATCH] Automatic English texts updated --- README.md | 3 +++ locale/translation.js | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 1fb113f..43c9a77 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,9 @@ For installing and using this colection in Icestudio follow these steps: * mux-2-1 * **Mux-4-1** * mux-4-1 + * **17-bits** + * **Mux-2-1** + * mux-2-1 * **18-bits** * **Mux-2-1** * Mux-2-1 diff --git a/locale/translation.js b/locale/translation.js index c4df923..3cace54 100644 --- a/locale/translation.js +++ b/locale/translation.js @@ -106,6 +106,7 @@ gettext('13-bits'); gettext('14-bits'); gettext('15-bits'); gettext('16-bits'); +gettext('17-bits'); gettext('18-bits'); gettext('19-bits'); gettext('20-bits'); @@ -319,6 +320,9 @@ gettext('Bus16-Join-half: Join the two same halves into an 16-bits Bus'); gettext('mux-4-1'); gettext('16-to-1 Multplexer (16-bit channels). Verilog implementation'); gettext('Mux-2-1'); +gettext('mux-2-1'); +gettext('2-to-1 Multplexer (17-bit channels). Verilog implementation'); +gettext('Mux-2-1'); gettext('Mux-2-1'); gettext('2-to-1 Multplexer (18-bit channels). Verilog implementation'); gettext('Mux-2-1');