turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

Losing translations #363

Closed bigbadmad closed 6 years ago

bigbadmad commented 6 years ago

We have a very complicated project - Angular front-end consuming a WebAPI back end etc. I have been asked to programmatically set the language the application is in. This works fine but I'm seeing strange problem. If I set the project to German and leave the app running when I come back later it will switch to English. i18n is still running because the square brackets in the nuggets are still being removed. It is like i18n has lost the cache of it's translations? Does anyone have any ideas?

bigbadmad commented 6 years ago

It was a different issue than that which appeared

sShrek1 commented 5 years ago

@bigbadmad care to share? I cant get my frontend to translate files inside v-for (vuejs), same as ng-repeat i guess...