-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort constants and synonyms so that future changes can be seen in diff.
- Loading branch information
1 parent
74a72e4
commit f7e6f5c
Showing
6 changed files
with
28 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"MATH_HUE": "230", "LOOPS_HUE": "120", "LISTS_HUE": "260", "LOGIC_HUE": "210", "VARIABLES_HUE": "330", "TEXTS_HUE": "160", "PROCEDURES_HUE": "290", "COLOUR_HUE": "20", "VARIABLES_DYNAMIC_HUE": "310"} | ||
{"COLOUR_HUE": "20", "LISTS_HUE": "260", "LOGIC_HUE": "210", "LOOPS_HUE": "120", "MATH_HUE": "230", "PROCEDURES_HUE": "290", "TEXTS_HUE": "160", "VARIABLES_DYNAMIC_HUE": "310", "VARIABLES_HUE": "330"} |
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,7 +1,7 @@ | ||
{ | ||
"@metadata": { | ||
"author": "Ellen Spertus <[email protected]>", | ||
"lastupdated": "2021-07-01 14:44:40.033432", | ||
"lastupdated": "2023-12-08 18:42:04.679586", | ||
"locale": "en", | ||
"messagedocumentation" : "qqq" | ||
}, | ||
|
@@ -38,6 +38,7 @@ | |
"NEW_VARIABLE_TITLE": "New variable name:", | ||
"VARIABLE_ALREADY_EXISTS": "A variable named '%1' already exists.", | ||
"VARIABLE_ALREADY_EXISTS_FOR_ANOTHER_TYPE": "A variable named '%1' already exists for another type: '%2'.", | ||
"VARIABLE_ALREADY_EXISTS_FOR_A_PARAMETER": "A variable named '%1' already exists as a parameter in the procedure '%2'.", | ||
"DELETE_VARIABLE_CONFIRMATION": "Delete %1 uses of the '%2' variable?", | ||
"CANNOT_DELETE_VARIABLE_PROCEDURE": "Can't delete the variable '%1' because it's part of the definition of the function '%2'", | ||
"DELETE_VARIABLE": "Delete the '%1' variable", | ||
|
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.