Skip to content

Commit

Permalink
Enable localization of Pond categories.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilFraser committed Nov 7, 2017
1 parent 0ae2b9d commit 6586284
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appengine/pond/duck/template.soy
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
*/
{template .toolbox}
<xml id="toolbox" style="display: none;">
<category name="Pond">
<category name="{msg meaning="Games.pond" desc="IBID"}Pond{/msg}">
<block type="pond_cannon">
<value name="DEGREE">
<shadow type="pond_math_number">
Expand Down Expand Up @@ -96,16 +96,16 @@
<block type="pond_speed"></block>
<block type="pond_health"></block>
</category>
<category name="Logic">
<category name="{msg meaning="Games.catLogic" desc="IBID"}Logic{/msg}">
<block type="controls_if"></block>
<block type="logic_compare"></block>
<block type="logic_operation"></block>
<block type="logic_boolean"></block>
</category>
<category name="Loops">
<category name="{msg meaning="Games.catLoops" desc="IBID"}Loops{/msg}">
<block type="controls_whileUntil"></block>
</category>
<category name="Math">
<category name="{msg meaning="Games.catMath" desc="IBID"}Math{/msg}">
<block type="pond_math_number"></block>
<block type="math_arithmetic">
<value name="A">
Expand All @@ -129,8 +129,8 @@
<block type="math_random_float"></block>
</category>
<sep></sep>
<category name="Variables" custom="VARIABLE"></category>
<category name="Functions" custom="PROCEDURE"></category>
<category name="{msg meaning="Games.catVariables" desc="IBID"}Variables{/msg}" custom="VARIABLE"></category>
<category name="{msg meaning="Games.catProcedures" desc="IBID"}Functions{/msg}" custom="PROCEDURE"></category>
</xml>
{/template}

Expand Down

0 comments on commit 6586284

Please sign in to comment.