translationRunner: fix import of parser
This commit is contained in:
parent
4772f01253
commit
51fc34ddea
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
|
||||
import parser from 'intl-messageformat-parser';
|
||||
import * as parser from 'intl-messageformat-parser';
|
||||
import manageTranslations, { readMessageFiles, ExtractedDescriptor } from 'react-intl-translations-manager';
|
||||
|
||||
type Validator = (language: string) => void;
|
||||
|
|
Loading…
Reference in a new issue