Skip to content

Commit 54143b5

Browse files
authored
Update: PO, POT, and JSON files for standardization (#5245)
* Update PO, POT, and JSON files to standardize 'Media' and 'Sensors' labels * Fix 'media' and 'sensors' labels and inconsistencies
1 parent 287ccc9 commit 54143b5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

170 files changed

+4970
-4970
lines changed

js/blocks/MediaBlocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ function setupMediaBlocks(activity) {
941941
* @constructor
942942
*/
943943
constructor() {
944-
super("media", _("Media").toLowerCase());
944+
super("media", _("media"));
945945

946946
// Set palette and activity for the block
947947
this.setPalette("media", activity);

js/rubrics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,8 @@ const PALLABELS = [
538538
_("number"),
539539
_("flow"),
540540
_("action"),
541-
_("Sensors").toLowerCase(),
542-
_("Media").toLowerCase(),
541+
_("sensors"),
542+
_("media"),
543543
_("mice")
544544
];
545545

js/turtledefs.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ if (_THIS_IS_TURTLE_BLOCKS_) {
141141
_("pen"),
142142
_("number"),
143143
_("boolean"),
144-
_("Media").toLowerCase(),
145-
_("Sensors").toLowerCase(),
144+
_("media"),
145+
_("sensors"),
146146
_("heap"),
147147
_("dictionary"),
148148
_("ensemble"),
@@ -239,8 +239,8 @@ if (_THIS_IS_TURTLE_BLOCKS_) {
239239
_("pen"),
240240
_("number"),
241241
_("boolean"),
242-
_("Media").toLowerCase(),
243-
_("Sensors").toLowerCase(),
242+
_("media"),
243+
_("sensors"),
244244
_("heap"),
245245
_("dictionary"),
246246
_("ensemble"),

locales/af.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
"pen": "pen",
173173
"number": "syfer",
174174
"flow": "Vloei",
175-
"Sensors": "Sensors",
176-
"Media": "Media",
175+
"sensors": "sensors",
176+
"media": "media",
177177
"mice": "mice",
178178
"About Music Blocks": "About Music Blocks",
179179
"Record": "Record",

locales/agr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
"pen": "pen",
173173
"number": "number",
174174
"flow": "flow",
175-
"Sensors": "Sensors",
176-
"Media": "Media",
175+
"sensors": "sensors",
176+
"media": "media",
177177
"mice": "mice",
178178
"About Music Blocks": "About Music Blocks",
179179
"Record": "Record",

locales/am.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
"pen": "pen",
173173
"number": "ቁጥር",
174174
"flow": "flow",
175-
"Sensors": "Sensors",
176-
"Media": "Media",
175+
"sensors": "sensors",
176+
"media": "media",
177177
"mice": "mice",
178178
"About Music Blocks": "About Music Blocks",
179179
"Record": "Record",

locales/ar.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
"pen": "القلم",
173173
"number": "عدد",
174174
"flow": "تدفق",
175-
"Sensors": "Sensors",
176-
"Media": "Media",
175+
"sensors": "sensors",
176+
"media": "media",
177177
"mice": "mice",
178178
"About Music Blocks": "About Music Blocks",
179179
"Record": "Record",

locales/ayc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
"pen": "qillqana",
173173
"number": "yupana",
174174
"flow": "flow",
175-
"Sensors": "sensores",
176-
"Media": "medios",
175+
"sensors": "sensores",
176+
"media": "medios",
177177
"mice": "mice",
178178
"About Music Blocks": "About Music Blocks",
179179
"Record": "Record",

locales/bg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
"pen": "pen",
173173
"number": "number",
174174
"flow": "flow",
175-
"Sensors": "Sensors",
176-
"Media": "Media",
175+
"sensors": "sensors",
176+
"media": "media",
177177
"mice": "mice",
178178
"About Music Blocks": "About Music Blocks",
179179
"Record": "Record",

locales/bi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@
172172
"pen": "pen",
173173
"number": "number",
174174
"flow": "flow",
175-
"Sensors": "Sensors",
176-
"Media": "Media",
175+
"sensors": "sensors",
176+
"media": "media",
177177
"mice": "mice",
178178
"About Music Blocks": "About Music Blocks",
179179
"Record": "Record",

0 commit comments

Comments
 (0)