
* Fix attr name typo * Use proper string serialization * Use proper image URL * Remove unused draft component * Fix classname for invoice card * Update deps * Remove unused testcafe * Resolve issue with missing intl in one of the stories, bump intl package version * Update packages * Update commit hooks * Bump ts to last pre4.0 version * Center metadata image * Unused property * Bump enzyme * Revert * Fix logo on login screen * Fix console errors on entering translations pages * Fix styles for invoice card
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
import { OptionalIntlConfig } from "react-intl/src/components/provider";
|
|
|
|
export const config: OptionalIntlConfig = {
|
|
defaultLocale: "en",
|
|
locale: "en"
|
|
};
|