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
+2 -2
View File
@@ -5,8 +5,8 @@ import { Button, Intent, Position, Tooltip } from '@blueprintjs/core';
import { WithI18nProps, withI18n } from '@shopify/react-i18n';
import React from 'react';
import Dropzone, { FileRejection } from 'react-dropzone';
import { TooltipId } from './button';
import en from './button.en.json';
import { TooltipId } from './button-i18n';
import en from './button-i18n.en.json';
export interface OpenFileButtonProps {
/** A unique id for each instance. */