Hard coded strings are a problem for i18n. For example, in the vscode-select component
https://github.com/vscode-elements/elements/blob/main/src/includes/vscode-select/vscode-select-base.ts#L720
Is there a way to customise the text? If not, a change in source seems necessary

Hard coded strings are a problem for i18n. For example, in the vscode-select component
https://github.com/vscode-elements/elements/blob/main/src/includes/vscode-select/vscode-select-base.ts#L720
Is there a way to customise the text? If not, a change in source seems necessary