mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
rename translation files
This fixes case-insensitive file name conflicts, e.g. editor.ts Editor.ts
This commit is contained in:
committed by
David Lechner
parent
712117c8d8
commit
e0e2d98cd0
@@ -7,7 +7,7 @@ import { repl } from '../actions/hub';
|
||||
import { RootState } from '../reducers';
|
||||
import { HubRuntimeState } from '../reducers/hub';
|
||||
import ActionButton, { ActionButtonProps } from './ActionButton';
|
||||
import { TooltipId } from './button';
|
||||
import { TooltipId } from './button-i18n';
|
||||
import replIcon from './images/repl.svg';
|
||||
|
||||
type StateProps = Pick<ActionButtonProps, 'enabled'>;
|
||||
|
||||
Reference in New Issue
Block a user