Skip to content

Commit

Permalink
fix(utils): 🐛 add keysManager.sort key to TranslocoGlobalConfig (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored and shaharkazaz committed Jan 11, 2025
1 parent 5fab1c7 commit a16c3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/transloco-utils/src/lib/transloco-utils.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export interface TranslocoGlobalConfig {
replace?: boolean;
defaultValue?: string | undefined;
unflat?: boolean;
sort?: boolean;
};
}

0 comments on commit a16c3ab

Please sign in to comment.