rename translation files

This fixes case-insensitive file name conflicts, e.g. editor.ts Editor.ts
This commit is contained in:
David Lechner
2020-06-13 00:00:42 -05:00
committed by David Lechner
parent 712117c8d8
commit e0e2d98cd0
28 changed files with 53 additions and 41 deletions
+1 -1
View File
@@ -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'>;