martinroob / ngx-i18nsupport

Some tooling to be used for Angular i18n workflows
MIT License
283 stars 69 forks source link

How to know which item failed #172

Open malichishti opened 4 years ago

malichishti commented 4 years ago

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

ahmadalfy commented 4 years ago

I've never seen that error before

ahmadalfy commented 3 years ago

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