diff --git a/README.md b/README.md index e70cbff..6927d77 100644 --- a/README.md +++ b/README.md @@ -369,6 +369,7 @@ For installing and using this colection in Icestudio follow these steps: * **Bus-16** * Split-1-15 * Split-15-1 + * Split-2-14 * Split-3-13 * Split-half * Split-quarter diff --git a/locale/translation.js b/locale/translation.js index 25915f9..073192c 100644 --- a/locale/translation.js +++ b/locale/translation.js @@ -674,6 +674,8 @@ gettext('Bus15-Split-7-8: Split the 15-bits bus into two buses of 7 and 8 bits') gettext('Split-7-8'); gettext('Split-1-15'); gettext('Split-15-1'); +gettext('Split-2-14'); +gettext('Bus16-Split-half: Split the 16-bits bus into two buses of 2 and 14 wires'); gettext('Split-3-13'); gettext('Bus16-Split-half: Split the 16-bits bus into two buses of 3 and 13 wires'); gettext('Split-half');