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
To summarize, ng-bootstrap trans-units produced by the Angular CLI - ng x18n - don't contain note tags, where these tools read the meaning property to produce an id for the enties.
To make it work with the way ng-bootstrap entry ids are noted, I had to patch the line where the id it fetched so that it fallbacks to the trans-unit id attribute (and comment out the note filter):
This issue is the continuity of tsvetomir/xlf-extract#5.
To summarize,
ng-bootstrap
trans-units produced by the Angular CLI -ng x18n
- don't containnote
tags, where these tools read themeaning
property to produce an id for the enties.To make it work with the way
ng-bootstrap
entry ids are noted, I had to patch the line where the id it fetched so that it fallbacks to the trans-unitid
attribute (and comment out the note filter):Here's an
ng-bootstrap
i18n entry:Any better way to make it work?
The text was updated successfully, but these errors were encountered: