Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to know which item failed #172

Open
malichishti opened this issue Aug 21, 2020 · 2 comments
Open

How to know which item failed #172

malichishti opened this issue Aug 21, 2020 · 2 comments

Comments

@malichishti
Copy link

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
Copy link

I've never seen that error before

@ahmadalfy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants