Skip to content

Commit

Permalink
Make "list" in for-of translatable (#10393)
Browse files Browse the repository at this point in the history
  • Loading branch information
sae220 authored Feb 20, 2025
1 parent 3baba2d commit 1498f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/blocksSnippets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function cachedBuiltinCategories(): pxt.Map<BuiltinCategoryDefinition> {
</value>
<value name="LIST">
<block type="variables_get">
<field name="VAR">list</field>
<field name="VAR">${lf("{id:var}list")}</field>
</block>
</value>
</block>`
Expand Down

0 comments on commit 1498f08

Please sign in to comment.