Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
appinventor-sources
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
appinventor-sources
Commits
6148e2f9
Commit
6148e2f9
authored
Aug 25, 2021
by
Evan W. Patton
Committed by
Jeffrey Schiller
Aug 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix text compare operator in English Blockly
Change-Id: I2128aac4a48d2a601268fedc97b0ff3f9e205358
parent
0744d21c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
appinventor/blocklyeditor/src/msg/ai_blockly/messages.json
appinventor/blocklyeditor/src/msg/ai_blockly/messages.json
+1
-1
No files found.
appinventor/blocklyeditor/src/msg/ai_blockly/messages.json
View file @
6148e2f9
...
...
@@ -350,7 +350,7 @@
"Blockly.Msg.LANG_TEXT_ISEMPTY_INPUT_ISEMPTY"
:
"is empty"
,
"Blockly.Msg.LANG_TEXT_ISEMPTY_TOOLTIP"
:
"Returns true if the length of the
\n
' + 'text is 0, false otherwise."
,
"Blockly.Msg.LANG_TEXT_COMPARE_LT"
:
" <"
,
"Blockly.Msg.LANG_TEXT_COMPARE_EQUAL"
:
"
:
"
,
"Blockly.Msg.LANG_TEXT_COMPARE_EQUAL"
:
"
=
"
,
"Blockly.Msg.LANG_TEXT_COMPARE_NEQ"
:
" ≠"
,
"Blockly.Msg.LANG_TEXT_COMPARE_GT"
:
" >"
,
"Blockly.Msg.LANG_TEXT_COMPARE_INPUT_COMPARE"
:
"compare texts"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment