Good morning,
We have been gradually working through updating our Angular Website to use the Transifex Native SDK and plugins and appeared to have hit a bug with it’s file parsing.
When given the following code block, it couldn’t figure out where the start/end of the text was:
<ng-container *ngIf="!data.equipment.manual && alertSettings.enableSecurity">
        <ng-container *ngTemplateOutlet="el; context: {
            count: data.security?.length,
            id: 'assetpage-actionstab-securitytab-button',
            link: ['/fleet', data.equipment.id, 'actions', 'security'],
            text: ('Security' | translate:{ _key: 'text.asset_details.tab.security', _tags: 'asset_details' }),
        }"></ng-container>
    </ng-container>
Is this something someone could look into and potentially fix?