ngx-i18nsupport
ngx-i18nsupport copied to clipboard
How to know which item failed
Hi,
I'm running xliffmerge with autotranslate true, it is currently failing for two items but i'm not sure how i can find which two are failing. Is there a log or something one can look at?
I've never seen that error before
Did you find a solution for that? I found something that might help. According to the usage documentation, there is an option called verbose
{
"xliffmergeOptions": {
"srcDir": "i18n",
"genDir": "i18n",
"i18nFile": "messages.xlf",
"i18nBaseFile": "messages",
"verbose": false,
}
}
try setting it to true, it might give you additional information