lightning-browser-extension
lightning-browser-extension copied to clipboard
i18n typings (autocomplete in editor)
Is your feature request related to a problem?
Currently we need to know the possible i18n strings when we use i18n within our components.
With typing the editor would suggest possible options. This helps avoiding using wrong translation-strings.
Describe the solution you'd like
When typing i.e. t('translation.welcome.') we should see auto-completion suggestions (i.e. title & `nav).
This seems to be the way:
https://react.i18next.com/latest/typescript
Are you working on this?
No