ngx-i18nsupport icon indicating copy to clipboard operation
ngx-i18nsupport copied to clipboard

How to know which item failed

Open malichishti opened this issue 4 years ago • 2 comments

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? image

malichishti avatar Aug 21 '20 04:08 malichishti

I've never seen that error before

ahmadalfy avatar Sep 01 '20 20:09 ahmadalfy

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

ahmadalfy avatar Oct 20 '20 17:10 ahmadalfy