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 { 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;