We’ve been using tap-i18n for years now and we often get comments from our mobile users that the default language is being used instead of their preferred one.
We’ve found that when the mobile network is slow or intermittent, this happens.
So we thought of bundling the language files with tap-i18n-bundler but :
1-When we add this to the config as they say:
project-tap.i18n // see tap:i18n
{ “cdn_path” : “i18n” }
result: only the default language files gets loaded as the http request to load the fr.json file gets a 404 (from meteor)
2-If we don’t set cdn_path, well, it’s just like before, it works when the network is strong