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
Same internationalized string appearing in both a .ts file and an .html file results in the generated .xlf only specifying source location for the .html instance of the the string
#38
Open
Blakesalot opened this issue
Sep 17, 2018
· 1 comment
If the same internationalized string appears in both a .ts file and an .html file, the resulting .xlf only has a source location reference for the .html.
Repro steps:
Insert the same internationalized string in both a .ts file and an .html file:
The text was updated successfully, but these errors were encountered:
Blakesalot
changed the title
Identical strings in .ts and .html results in no .ts source location reference in .xlf
Same internationalized string appearing in both a .ts file and an .html file results in .xlf only specifying source location reference for the .html instance of the the string
Sep 17, 2018
Blakesalot
changed the title
Same internationalized string appearing in both a .ts file and an .html file results in .xlf only specifying source location reference for the .html instance of the the string
Same internationalized string appearing in both a .ts file and an .html file results in the generated .xlf only specifying source location for the .html instance of the the string
Sep 17, 2018
If the same internationalized string appears in both a .ts file and an .html file, the resulting .xlf only has a source location reference for the .html.
Repro steps:
example.ts
example.html
ng xi18n && ngx-extractor -i /src/**/*.ts -f xlf -o .tmp/messages.xlf
The text was updated successfully, but these errors were encountered: