Skip to content

Commit a16c3ab

Browse files
xDivisionByZeroxshaharkazaz
authored andcommitted
fix(utils): 🐛 add keysManager.sort key to TranslocoGlobalConfig (#826)
1 parent 5fab1c7 commit a16c3ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/transloco-utils/src/lib/transloco-utils.types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ export interface TranslocoGlobalConfig {
1414
replace?: boolean;
1515
defaultValue?: string | undefined;
1616
unflat?: boolean;
17+
sort?: boolean;
1718
};
1819
}

0 commit comments

Comments
 (0)