lightning-browser-extension icon indicating copy to clipboard operation
lightning-browser-extension copied to clipboard

i18n typings (autocomplete in editor)

Open escapedcat opened this issue 3 years ago • 0 comments

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

escapedcat avatar Sep 19 '22 04:09 escapedcat