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
Hi folks.
Currently I use 4 different languages in my project which is a big one and have lots of strings. So the compiled javascript file is a fat js file. So if my user wants to checkout English website he have to take other 3 languages translation object to which is BAD because there is no need to fetch those translations.
Is there any solution to fix this ? for example compile each language strings to different js file.
The text was updated successfully, but these errors were encountered:
Hi folks.
Currently I use 4 different languages in my project which is a big one and have lots of strings. So the compiled javascript file is a fat js file. So if my user wants to checkout English website he have to take other 3 languages translation object to which is BAD because there is no need to fetch those translations.
Is there any solution to fix this ? for example compile each language strings to different js file.
The text was updated successfully, but these errors were encountered: