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
I'm writing my nested JSON strings to organize better and keep keys shorter.
The problem is that every time I use the translations, I have to write the full path of the nested key
I'm writing my nested JSON strings to organize better and keep keys shorter.
The problem is that every time I use the translations, I have to write the full path of the nested key
My proposal: add optional parameter to
useTranslation
that lets you define aprefix path
to all the keys you useExample:
The text was updated successfully, but these errors were encountered: