turquoiseowl / i18n

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

2.1.16 doesn't translate some items #414

Closed bulente closed 3 years ago

bulente commented 3 years ago

Does 2.1.16 has some breaking changes? When I upgraded my project to 2.1.16 from nuget, I saw that some items weren't translated to target languages. For example [[[Class]]] item. Reverting back to 2.1.15 solves the problem. Do I need to change some code for 2.1.16?

turquoiseowl commented 3 years ago

No, it is looking like a bug. Sorry about that. See #413

turquoiseowl commented 3 years ago

Is your translation for [[[Class]]] in the PO files?

Are you enabling i18n.DisableReferences?

turquoiseowl commented 3 years ago

Hopefully new version 2.1.7 just published fixes this.

bulente commented 3 years ago

Confirmed that 2.1.7 fixed the problem. Thanks for the quick response.