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
When GenerateTemplatePerFile option is set to true it deletes existing translations from messages.po files instead of merging them with untranslated nuggets.
Issue can be mitigated by setting the value to false.
Not sure if this is intended behaviour or a bug 😄
In web.config: <add key="i18n.GenerateTemplatePerFile" value="true" />
The text was updated successfully, but these errors were encountered:
When GenerateTemplatePerFile option is set to true it deletes existing translations from messages.po files instead of merging them with untranslated nuggets.
Issue can be mitigated by setting the value to false.
Not sure if this is intended behaviour or a bug 😄
In web.config:
<add key="i18n.GenerateTemplatePerFile" value="true" />
The text was updated successfully, but these errors were encountered: