forked from hedyorg/hedy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CLEAN-UP] Removes 'u' parameter from all gettext() calls (hedyorg#2289)
* Automatically replaced all gettext() calls * Updated CONTRIBUTING.md Co-authored-by: boryanagoncharenko <[email protected]>
- Loading branch information
1 parent
53648b7
commit 00a9d29
Showing
10 changed files
with
282 additions
and
281 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
gettext(u'Empty Program') | ||
gettext(u'Wrong Level') | ||
gettext(u'Incomplete') | ||
gettext(u'Invalid') | ||
gettext(u'Invalid Space') | ||
gettext(u'Has Blanks') | ||
gettext(u'No Indentation') | ||
gettext(u'Unexpected Indentation') | ||
gettext(u'Parse') | ||
gettext(u'Unquoted Text') | ||
gettext(u'Unquoted Assignment') | ||
gettext(u'Unquoted Equality Check') | ||
gettext(u'Var Undefined') | ||
gettext(u'Cyclic Var Definition') | ||
gettext(u'Lonely Echo') | ||
gettext(u'Too Big') | ||
gettext(u'Invalid Argument Type') | ||
gettext(u'Invalid Argument') | ||
gettext(u'Invalid Type Combination') | ||
gettext(u'Unsupported Float') | ||
gettext(u'Locked Language Feature') | ||
gettext(u'Missing Command') | ||
gettext(u'ask_needs_var') | ||
gettext(u'echo_out') | ||
gettext(u'space') | ||
gettext(u'comma') | ||
gettext(u'question mark') | ||
gettext(u'newline') | ||
gettext(u'period') | ||
gettext(u'exclamation mark') | ||
gettext(u'dash') | ||
gettext(u'star') | ||
gettext(u'single quotes') | ||
gettext(u'double quotes') | ||
gettext(u'slash') | ||
gettext(u'string') | ||
gettext(u'nested blocks') | ||
gettext(u'or') | ||
gettext(u'number') | ||
gettext(u'integer') | ||
gettext(u'float') | ||
gettext(u'list') | ||
gettext(u'input') | ||
gettext('Empty Program') | ||
gettext('Wrong Level') | ||
gettext('Incomplete') | ||
gettext('Invalid') | ||
gettext('Invalid Space') | ||
gettext('Has Blanks') | ||
gettext('No Indentation') | ||
gettext('Unexpected Indentation') | ||
gettext('Parse') | ||
gettext('Unquoted Text') | ||
gettext('Unquoted Assignment') | ||
gettext('Unquoted Equality Check') | ||
gettext('Var Undefined') | ||
gettext('Cyclic Var Definition') | ||
gettext('Lonely Echo') | ||
gettext('Too Big') | ||
gettext('Invalid Argument Type') | ||
gettext('Invalid Argument') | ||
gettext('Invalid Type Combination') | ||
gettext('Unsupported Float') | ||
gettext('Locked Language Feature') | ||
gettext('Missing Command') | ||
gettext('ask_needs_var') | ||
gettext('echo_out') | ||
gettext('space') | ||
gettext('comma') | ||
gettext('question mark') | ||
gettext('newline') | ||
gettext('period') | ||
gettext('exclamation mark') | ||
gettext('dash') | ||
gettext('star') | ||
gettext('single quotes') | ||
gettext('double quotes') | ||
gettext('slash') | ||
gettext('string') | ||
gettext('nested blocks') | ||
gettext('or') | ||
gettext('number') | ||
gettext('integer') | ||
gettext('float') | ||
gettext('list') | ||
gettext('input') |
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
Oops, something went wrong.