Better typescript support #60
Labels
base
Issue related to base functionality
enhancement
New feature or request
parsers
Issue related to message parsers
typescript
Issue related to type definitions
Milestone
Currently, there is no type checking for translation keys, which can result in typos. Also
payload
types have to be defined manually andoptions
contain all definitions for all modifiers at once.sveltekit-i18n
should provide a plugin/CLI based way how to deal with that, fetching sources and generating appropriate types automatically.payload
andoptions
types should be inferred from translations dynamically according to specifiedkey
.The text was updated successfully, but these errors were encountered: