Describe the feature
Adding type definitions or a helper utility that allows developers to access locale strings with full TypeScript autocomplete support without interfering or breaking Crowdin workflows. This would let us access nested locale keys like 'DISCORD.INSUFFICIENT_PERMISSIONS.BOT.STAGE' with IDE suggestions rather than relying on string literals, also leverages TypeScript in the scope of locales, this scope doesn't have autocomplete at all
Priority
Low
List the benefits of adding such a feature
- Type safety, less risk for typos when accessing locale strings
- Autocomplete!!!
Is this feature request related to a problem?
N/A
Describe the feature
Adding type definitions or a helper utility that allows developers to access locale strings with full TypeScript autocomplete support without interfering or breaking Crowdin workflows. This would let us access nested locale keys like
'DISCORD.INSUFFICIENT_PERMISSIONS.BOT.STAGE'with IDE suggestions rather than relying on string literals, also leverages TypeScript in the scope of locales, this scope doesn't have autocomplete at allPriority
Low
List the benefits of adding such a feature
Is this feature request related to a problem?
N/A