Type Alias: TranslationMap
TranslationMap =
{ readonly [K in TranslationKey]: string }
Complete translation map requiring all keys. Used for adding new languages that must provide all translations.
TranslationMap =
{ readonly [K in TranslationKey]: string }
Complete translation map requiring all keys. Used for adding new languages that must provide all translations.