You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
undo formating that causes some i18n strings to be missed (#4776)
* undo formating that causes some i18n strings to be missed
* updated with new and missing strings
* fix parsing error introduced by reformating
* fix parsing error introduced by reformating
---------
Co-authored-by: Walter Bender <[email protected]>
"The Scalar interval block calculates a relative interval based on the current mode, skipping all notes outside of the mode."
1062
-
)+
1048
+
_("The Scalar interval block calculates a relative interval based on the current mode, skipping all notes outside of the mode.")+
1063
1049
" "+
1064
1050
_("In the figure, we add la to sol."),
1065
1051
"documentation",
@@ -1108,9 +1094,7 @@ function setupIntervalsBlocks(activity) {
1108
1094
super("definemode");
1109
1095
this.setPalette("intervals",activity);
1110
1096
this.setHelpString([
1111
-
_(
1112
-
"The Define mode block allows you to define a custom mode by specifying pitch numbers."
1113
-
),
1097
+
_("The Define mode block allows you to define a custom mode by specifying pitch numbers."),
1114
1098
"documentation",
1115
1099
null,
1116
1100
"definemode"
@@ -1174,13 +1158,9 @@ function setupIntervalsBlocks(activity) {
1174
1158
this.setPalette("intervals",activity);
1175
1159
this.beginnerBlock(true);
1176
1160
this.setHelpString([
1177
-
_(
1178
-
"When Movable do is false, the solfege note names are always tied to specific pitches,"
1179
-
)+
1161
+
_("When Movable do is false, the solfege note names are always tied to specific pitches,")+
1180
1162
" "+
1181
-
_(
1182
-
'eg "do" is always "C-natural" when Movable do is true, the solfege note names are assigned to scale degrees "do" is always the first degree of the major scale.'
1183
-
),
1163
+
_('eg "do" is always "C-natural" when Movable do is true, the solfege note names are assigned to scale degrees "do" is always the first degree of the major scale.'),
0 commit comments