The dictionary file (*.dictionary.ts) provides internationalization for your scalar. Using the scalarDictionary() builder pattern, you define translations for the scalar name, field labels, descriptions, and enum values.
This guide covers the scalarDictionary() syntax, chaining methods, and best practices for defining translations.
🌐Key Benefits
- End-to-end type safety
- Fluent builder pattern
- Automatic validation via generics
- Multi-language support