Replies: 1 comment
-
| You can define your dictionary like this: const en: BaseTranslation = {
	errors: {
		001:  '...',
		002:  '...'
	}
}and then access the values dynamically like this: LL.errors[errorCode]() | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like do this:
and in the locale:
Beta Was this translation helpful? Give feedback.
All reactions