-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from Jesus89/localization
Add localization usig angular-gettext
- Loading branch information
Showing
27 changed files
with
4,305 additions
and
853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
// In this file the blocks labels are annotated for translation | ||
|
||
/// Bit | ||
gettext('bit') | ||
/// Config | ||
gettext('config') | ||
/// Pull up | ||
gettext('pull_up') | ||
/// Pull up inv | ||
gettext('pull_up_inv') | ||
/// Tri-state | ||
gettext('tri_state') | ||
/// Logic | ||
gettext('logic') | ||
/// Comb | ||
gettext('comb') | ||
/// Demux 1:2 | ||
gettext('demux_1_2') | ||
/// Demux 1:4 | ||
gettext('demux_1_4') | ||
/// Demux 1:8 | ||
gettext('demux_1_8') | ||
/// Hex 7 Segment CC | ||
gettext('hex_7seg_cc') | ||
/// Hex 7 Segment CA | ||
gettext('hex_7seg_ca') | ||
/// Mux 2:1 | ||
gettext('mux_2_1') | ||
/// Mux 4:1 | ||
gettext('mux_4_1') | ||
/// Gate | ||
gettext('gate') | ||
/// And | ||
gettext('and') | ||
/// Nand | ||
gettext('nand') | ||
/// Nor | ||
gettext('nor') | ||
/// Not | ||
gettext('not') | ||
/// Or | ||
gettext('or') | ||
/// Xnor | ||
gettext('xnor') | ||
/// Xor | ||
gettext('xor') | ||
/// Sec | ||
gettext('sec') | ||
/// D flip-flop async | ||
gettext('dff_ar') | ||
/// D flip-flop async | ||
gettext('dff_sr') | ||
/// T flip-flop async | ||
gettext('tff_ar') | ||
/// T flip-flop | ||
gettext('tff_sr') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// In this file the examples labels are annotated for translation | ||
|
||
/// 1. Basic | ||
gettext('1_basic') | ||
/// 1. Led on | ||
gettext('1_led_on') | ||
/// 2. Switch led | ||
gettext('2_switch_led') | ||
/// 3. Switch and gate | ||
gettext('3_switch_and_gate') |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.