Open
Description
openedon Oct 22, 2024
This is an incorrect type definition for TranslationStrings
it should in fact support nested values like in the en.ts file
i suggest to modify it to
export type TranslationStrings = {
[key: string]: string | { [key: string]: string | TranslationStrings };
};
Thanks
latest carbon-angular-components. version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels