Skip to content

Commit

Permalink
♻️ l10n
Browse files Browse the repository at this point in the history
  • Loading branch information
FurryR committed Jan 23, 2024
1 parent 21a79e7 commit 84008b0
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 244 deletions.
4 changes: 2 additions & 2 deletions src/impl/block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export function defineExtension(
'binaryOp',
Reporter.Square((instance, block) => {
block.setTooltip(formatMessage('lpp.tooltip.operator.binaryOp'))
Input.Any(block, 'lhs')
Input.String(block, 'lhs', '')
block.appendDummyInput().appendField(
new instance.FieldDropdown([
['=', '='],
Expand Down Expand Up @@ -587,7 +587,7 @@ export function defineExtension(
]) as ScratchBlocks.Field<string>,
'op'
)
Input.Any(block, 'rhs')
Input.String(block, 'rhs', '')
})
)
.register(
Expand Down
237 changes: 0 additions & 237 deletions src/impl/l10n.ts

This file was deleted.

Loading

0 comments on commit 84008b0

Please sign in to comment.