You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current typescript CustomTypeOptions provides a way to customize the keySeparator. but there is no options to change the nsSeparator.
Motivation
even though I have the ability to customize the nsSeparator in the i18n init function, I have no way to provide it to the CustomTypeOptions, hence it would be impossible to use nsSeparator without getting an error from typescript
🚀 Feature Proposal
current typescript
CustomTypeOptions
provides a way to customize thekeySeparator
. but there is no options to change the nsSeparator.Motivation
even though I have the ability to customize the
nsSeparator
in the i18n init function, I have no way to provide it to theCustomTypeOptions
, hence it would be impossible to usensSeparator
without getting an error from typescriptExample
The text was updated successfully, but these errors were encountered: