mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-15 11:04:49 +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 { connect } from 'react-redux';
|
||||
import { Action, Dispatch } from '../actions';
|
||||
import { toggleDocs } from '../actions/app';
|
||||
import ActionButton, { ActionButtonProps } from './ActionButton';
|
||||
import { TooltipId } from './button';
|
||||
import { TooltipId } from './button-i18n';
|
||||
import docsIcon from './images/run.svg'; // FIXME: need proper icon
|
||||
|
||||
type StateProps = undefined;
|
||||
|
||||
Reference in New Issue
Block a user