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
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
@aluanhaddad If I use similar as above I'm getting Errors - cannot find module './xml-localisation-interchange-file-format.xlf' or cannot find module './xml-localisation-interchange-file-format.xlf!text'
I have found the rootcause for this problem System.import(variable) is not able to load file whereas System.import("./i18n/messages.es.xlf!text")(Hardcoding file name) works perfect. But what is the reason for System.import not accepting an expression or a variable?
I'm not able to load .xlf file with systemjs-text-plugin.js whereas it works fine for js,html files
The text was updated successfully, but these errors were encountered: