Neil Fraser
a9f9086e03
Rollup of all Q3 message changes ( #5565 )
...
Courtesy of Translatewiki
2021-09-28 12:20:11 -07:00
Rachel Fenichel
2fcdd846be
Remove deprecated build.py script
2021-06-24 16:58:28 -07:00
Sam El-Husseini
55e6f8000e
Move i18n scripts under scripts/ ( #4044 )
...
* Move i18n scripts under scripts/
2020-07-14 12:07:56 -07:00
Neil Fraser
4e2f8e6e02
Use SPDX licences.
...
This is a followup to #3127 .
At the time, SPDX licenses were pending approval by Google.
2020-02-11 13:27:20 -08:00
alschmiedt
cbf867f441
Add keyboard navigation support for multiple workspaces ( #3352 )
...
* Add keyboard navigation support for multiple workspaces
2019-10-28 12:53:51 -07:00
Neil Fraser
b46a4fe286
Bring our license format up to date ( #3127 )
...
* Google changed from an Inc to an LLC.
This happened back in 2017 but we didn’t notice. Officially we should update files from Inc to LLC when they are changed as part of regular edits, but this is a nightmare to remember for the next decade.
* Remove project description/titles from licenses
This is no longer part of Google’s header requirements. Our existing descriptions were useless (“Visual Blocks Editor”) or grossly obselete (“Visual Blocks Language”).
* License no longer requires URL.
* Fix license regexps.
2019-10-02 14:46:56 -07:00
Sam El-Husseini
8ab51c8639
Remove closure base file dependency ( #2976 )
...
* Trim down closure's base dependency even further by removing the dependency on closure's base file.
2019-09-11 17:30:51 -07:00
Sam El-Husseini
b7b4af4edf
Add jsdoc to messages ( #2774 )
...
* Add jsdoc annotations to messages so that the typescript generator tool picks it up.
2019-08-07 10:34:12 -07:00
Neil Fraser
abc452109e
Fix XML across Blockly. ( #2727 )
...
Also fixes references to createSvgElement
2019-07-30 15:08:47 -07:00
Beka Westberg
87fbe0447b
Fixed procedures not handling empty names. Renenabled/fixed tests.
2019-07-08 09:23:16 -07:00
Neil Fraser
0a2d32c583
Update help URLs to be https.
2019-04-01 11:15:46 -07:00
Neil Fraser
c566c2e712
Fix comment on new message.
...
/// is needed to indicate translator message.
2019-03-27 15:47:29 -07:00
Beka Westberg
44df2d4680
Changed parent blocks to display "Collapsed blocks contain warnings." instead of having warnings "bubble up" from children. Added message to msg/messages.js .
2018-12-17 14:54:56 -08:00
Nadya Febiana Djojosantoso
c89909bd29
Add math_atan2 strings
2018-10-11 13:29:42 -07:00
Rachel Fenichel
2a37fc849a
Add comment messages
2018-04-20 16:47:28 -07:00
Rachel Fenichel
96e2d7d102
Fix #1559
2018-01-24 17:05:58 -08:00
Neil Fraser
7413db1089
Code style
2018-01-05 15:56:20 -08:00
Neil Fraser
eb61152ac2
Add {{Optional}} to help URLs. ( #1413 )
...
* Add {{Optional}} to help URLs.
Fixes issue #898 .
* Leakage from Blockly Games?
* Propagate msg-Blockly -> msg-blockly change back to messages.js
As made by wikitranslate in 69b10dba79
2018-01-05 15:20:42 -08:00
Tianwei Du
492462e1d4
Develop ( #1481 )
...
* variables_dynamic
* make test , and i18n
* Issue #1470
* Blockly.Constants.VariablesDynamic.CUSTOM_CONTEXT_MENU_VARIABLE_MUTATION
to make sure setCheck before event trigger
* Update built files from develop.
* fix copyright ,quotes , comments , and optimize some flow.
* quotes,change UI , change category custom name
* single setter , remove mutator , colour typo , typed variables create button message
* undo the indent edits.
2017-12-08 08:53:24 -08:00
Neil Fraser
63637a927a
Remove unnecessary restriction on variable names.
2017-11-01 12:08:53 -07:00
marisaleung
733d869f8e
Add VariableType checks.
2017-07-20 16:47:37 -07:00
Rachel Fenichel
9053dbf9b4
Merge master to develop ( #1189 )
...
* Merge master into develop (#1063 )
- pick up translation changes
- clean up trailing spaces
* Rebuild for translations
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Cherrypick a fix for #1069 and rebuild (#1075 )
* Fix #1069 (#1073 )
* rebuild
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Localisation updates from https://translatewiki.net .
* Rebuild compressed files
* Add some translatewiki annotations back into msg/messages.js
* Rebuild msg files
2017-06-23 16:54:59 -07:00
RoboErikG
df84c71c66
Convert more text blocks to JSON format ( #1163 )
...
* Convert more text blocks to JSON format
Converts text_charAt, text_indexOf, text_isEmpty, and text_length
to JSON.
Includes a rebuild to pick up message changes.
2017-06-12 10:36:36 -07:00
RoboErikG
fa72e02dc5
Convert more text blocks to json ( #1147 )
...
* Convert more text blocks to json
Converts the mutator blocks for text_join and the text_append block
to JSON format.
2017-06-01 14:21:16 -07:00
marisaleung
d903b5e86b
VariableMap and functions added.
2017-05-03 10:51:24 -07:00
vicng
dfc50ba843
- Changed error message referencing 'procedure' instead of 'function' ( #1019 )
...
- Added iOS specific UI messages
- Fixed bug with js_to_json.py script where it didn't recognize ' character
2017-04-06 12:41:09 -07:00
Andrew n marshall
2c349a3152
Update help URL per #937 .
...
Replace URL usages of %28 and %29 with normal parenthesis characters. (They aren't replaced by JavaScript's encodeURIComponent() function, and seem to work just fine without them.)
Added missing semicolon in build.py.
2017-02-28 08:38:37 -08:00
Tim Dawborn
46316c7cea
Add a block to reverse a list ( #844 )
2017-01-21 10:48:42 -08:00
Tim Dawborn
34750bccd8
New blocks text_count, text_replace, and text_reverse ( #830 )
...
Includes generators for all languages and units tests on those generators.
2017-01-20 16:08:27 -08:00
Andrew n marshall
560d373c93
Adding support for untranslated messages. ( #819 )
...
This will be used to define constants accessible in JSON block definitions. Messages with descriptions that include `{{Notranslate}}` will not be included in the translation files sent to TranslateWiki. Instead, they are written to `msg/json/constants.json`, and later merged back into the `.js` files, similar to synonyms.
Template details: https://translatewiki.net/wiki/Template:Notranslate
2017-01-13 15:32:00 -08:00
Andrew n marshall
98dc0ed344
Integrating qqq.json changes into messages.json. ( #820 )
...
From commits b77f8cbebc and 4ecdedec9f
2017-01-12 15:31:11 -08:00
Rachel Fenichel
82261e3d68
Remove ifelse block and messages'
2016-11-11 17:21:29 -08:00
Rachel Fenichel
b5822e2925
Revert "Revert "Rebuild nov 3 16""
...
This reverts commit c8ca24a000 .
2016-11-11 17:05:13 -08:00
Rachel Fenichel
d04d8280c7
Merge branch 'master' into merge_master_to_develop_nov_11_16
2016-11-11 16:17:53 -08:00
Neil Fraser
c8ca24a000
Revert "Rebuild nov 3 16"
2016-11-08 16:46:00 -08:00
Rachel Fenichel
406fe8c26a
Message fixes and lint
2016-11-08 16:16:02 -08:00
Andrew n marshall
9dbe4c2f53
Clarify the translation comment for CONTROLS_IFELSE_TITLE, including parameter usage descriptions and more specific example link.
2016-11-07 15:29:27 -08:00
Andrew n marshall
72ff6d9ead
Adding controls_ifelse block ( #722 )
...
Adding controls_ifelse, an if/else block that is loaded from JSON and does not use mutators. This gives "else" capability to Android & iOS implementations, which don't support JavaScript mutators.
Added this block to the playground simple toolbox and all generators.
2016-10-31 11:00:39 -07:00
Rachel Fenichel
0f7907c680
Update variable-related messages
2016-08-17 16:08:38 -07:00
Rachel Fenichel
19722e2350
Use a Blockly.Msg for button text
2016-08-16 16:53:53 -07:00
Rachel Fenichel
70ff4291af
Double quotes around variable names
2016-08-12 11:09:32 -07:00
Rachel Fenichel
775e298c2c
Disallow deleting variables that are used in the definition of a function
2016-08-11 17:10:15 -07:00
Rachel Fenichel
65d785a86d
New message for deletion; block dispose is a noop if it's already been deleted
2016-08-09 17:17:08 -07:00
Rachel Fenichel
f040929bd8
Merge remote-tracking branch 'upstream/develop' into feature/merge_develop
2016-07-15 13:07:07 -07:00
Neil Fraser
5ea49cdf4e
Change tooltips on get/set list blocks to be 0/1 index aware. All languages.
2016-07-09 04:23:01 -07:00
Neil Fraser
b324efaa86
Change tooltip on text/list indexOf blocks to be 0/1 index aware. All languages.
...
Delete ta:TEXT_INDEXOF_TOOLTIP since that text does not appear to make
sense.
2016-07-08 18:58:28 -07:00
Neil Fraser
b51547826d
Remove AUTH, CHAT, ME messages in all languages.
2016-07-08 17:26:13 -07:00
Rachel Fenichel
ef4882d90d
Add variable deletion as dropdown action
2016-07-07 14:39:45 -07:00
Neil Fraser
6f12c69500
Routine recompile.
2016-05-25 15:44:44 -07:00
Neil Fraser
763e9b938f
Cleanup accessible Blockly.
2016-05-23 17:34:46 -07:00