Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed Jan 8, 2018
1 parent 2258ae3 commit 074dd23
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Generic collection.
* *Bit*
* 0
* 1
* *Signal*
* *Filtering*
* add
* filteringcell
* fir1
* fir2
* gain
* iir
* zpowerminus1

## Examples
* *1\. Basic*
Expand Down
19 changes: 19 additions & 0 deletions locale/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,29 @@
// 2. Press "Update" to update from sources

gettext('Bit');
gettext('Signal');
gettext('0');
gettext('Assign 0 to the output wire');
gettext('1');
gettext('Assign 1 to the output wire');
gettext('Filtering');
gettext('source');
gettext('add');
gettext('Simple adder');
gettext('filteringcell');
gettext('Elementary cell for FIR filters');
gettext('AND logic gate');
gettext('Simple 64-bit Buffer');
gettext('Multiply by K');
gettext('fir1');
gettext('Finite impulse response filter, first order');
gettext('fir2');
gettext('Finite impulse response filter, second order');
gettext('gain');
gettext('iir');
gettext('Infinite impulse response filter, two-poles two-zeros');
gettext('zpowerminus1');
gettext('images');
gettext('1. Basic');
gettext('01. One LED');
gettext('Turn on a LED');

0 comments on commit 074dd23

Please sign in to comment.