-
|
Is there any way for me to reload i18next resources while using |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
I could call |
Beta Was this translation helpful? Give feedback.
-
|
Same issue if I use the |
Beta Was this translation helpful? Give feedback.
-
|
What do you exactly mean with "reloading"? |
Beta Was this translation helpful? Give feedback.
-
|
Got it working. Had to copy whole |
Beta Was this translation helpful? Give feedback.
Got it working. Had to copy whole
i18nfunction (https://github.com/ivanhofer/typesafe-i18n/blob/main/packages/runtime/src/util.instance.mts#L16) so I can access thecachevariable myself. Rest was just replacing locales in the cache with my reloaded one.