Skip to content

Commit

Permalink
Point to @superset-ui/build-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 17, 2021
1 parent 41377de commit 52c8305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"license": "Apache-2.0",
"devDependencies": {
"@data-ui/build-config": "^0.0.40",
"@superset-ui/build-config": "^0.0.2",
"fast-glob": "^2.2.6",
"fs-extra": "^7.0.1",
"husky": "^1.1.2",
Expand All @@ -51,7 +51,7 @@
"node": ">=8.10.0"
},
"beemo": {
"module": "@data-ui/build-config",
"module": "@superset-ui/build-config",
"drivers": [
"babel",
"eslint",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint no-console: 0 */

import Translator from './Translator';
import { TranslatorConfig } from './types';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ export interface LanguagePack {
};
}

export interface Jed {
translate(input: string): Jed;
ifPlural(value: number, plural: string): Jed;
fetch(...args: any[]): string;
}

export interface TranslatorConfig {
languagePack?: LanguagePack;
}

0 comments on commit 52c8305

Please sign in to comment.