claudetech / node-static-i18n

HTML static pages i18n tool
https://www.npmjs.com/package/static-i18n
MIT License
102 stars 21 forks source link

Error Debug #7

Closed jice-lavocat closed 6 years ago

jice-lavocat commented 7 years ago

Hi,

I just faced an issue where the translation just stopped working. Is there any way to show error logs when that happens ?

danhper commented 7 years ago

Hi, thanks for reporting. If an error occurs, it should be reported to stdout. Would you have a minimal example to reproduce? Thank you!

jice-lavocat commented 7 years ago

Yes, any malformed JSON input:

{
  "my": {
    "key": "Salut"
  },
  "other": {
    "key": "mec",
    "ok": "confirmer",
  }
}
danhper commented 7 years ago

Oh, I see, I'll take a look, thank you! Of course if you have time, PRs are very welcome!