Translation without internet connection #1425
Answered
by
anatoliesernii
phuongnguyenzoi
asked this question in
Q&A
|
We are thinking of bring this tolgee into our react native app since web version is using Tolgee and work magically. |
Answered by
anatoliesernii
Jan 26, 2025
Replies: 2 comments 5 replies
|
Hey, it depends on how you use it. We recommend bundle translation files directly with your application for production. If you do that it works offline without problem. You can read more e.g. here. |
5 replies
|
Incase someone still looking for a solution ("@tolgee/react": "6.0.0") This is the implementation i managed to make it work if the app can not connect remotely (either Tolgee CDN is down, or offline usage of the current ReactApp. |
0 replies
Answer selected by
JanCizmar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Incase someone still looking for a solution ("@tolgee/react": "6.0.0")
This is the implementation i managed to make it work if the app can not connect remotely (either Tolgee CDN is down, or offline usage of the current ReactApp.