Skip to content

Commit

Permalink
Merge pull request #919 from Cielquan/patch-1
Browse files Browse the repository at this point in the history
Update index.d.ts
  • Loading branch information
karellm committed Oct 1, 2023
2 parents 283e04a + c43e2f9 commit 55e074c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.d.ts
Expand Up @@ -94,7 +94,7 @@ export interface UserConfig {
contextSeparator?: string;
createOldCatalogs?: boolean;
defaultNamespace?: string;
defaultValue?: string | ((locale?: string, namespace?: string, key?: string) => string);
defaultValue?: string | ((locale?: string, namespace?: string, key?: string, value?: string) => string);
indentation?: number;
keepRemoved?: boolean | readonly RegExp[];
keySeparator?: string | false;
Expand All @@ -117,8 +117,6 @@ export interface UserConfig {
pluralSeparator?: string;
input?: string | string[];
sort?: boolean | ((a: string, b: string) => -1 | 0 | 1);
skipDefaultValues?: boolean | ((locale?: string, namespace?: string) => boolean);
useKeysAsDefaultValue?: boolean | ((locale?: string, namespace?: string) => boolean);
verbose?: boolean;
failOnWarnings?: boolean;
failOnUpdate?: boolean;
Expand Down

0 comments on commit 55e074c

Please sign in to comment.