question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

nl.json does not work in 0.22.3 and higher

See original GitHub issue

0.22.4: Screenshot 2019-06-24 at 15 36 51 0.22.2: Screenshot 2019-06-24 at 15 36 28

Reproducible by adding test/fixture/basic/locales/nl.json with any content.

I think the changes in #31 that fixed #30 cause this bug.

Thanks for the awesome extension by the way!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
antfucommented, Jun 26, 2019

@acbetter A fix is released in v0.22.6. Also a additional config vue-i18n-ally.dirStructure is introduced in this release. You can explicitly set the preferred structure.

Sorry for the inconvenience. I would write some test soon.

0reactions
acbettercommented, Jun 26, 2019

Thanks @antfu for quickly fixing bug and it works for me at this version. Here’s my test files, hope it’s helpful. dir-locales-mix.zip

Read more comments on GitHub >

github_iconTop Results From Across the Web

nlohmann/json: JSON for Modern C++ - GitHub
Note the sax_parse function only returns a bool indicating the result of the last executed SAX event. It does not return a json...
Read more >
FAQ - JSON for Modern C++ - Niels Lohmann
Why are wide strings (e.g., std::wstring ) dumped as arrays of numbers? As described above, the library assumes UTF-8 as encoding. To store...
Read more >
How do I handle newlines in JSON? - Stack Overflow
+ 1. I was having trouble understanding JSON-encoding but "will become a newline in the JSON source, not the JSON data" made it...
Read more >
SyntaxError: JSON.parse: bad parsing - JavaScript | MDN
What went wrong? JSON. parse() parses a string as JSON. This string has to be valid JSON and will throw this error if...
Read more >
json_decode - Manual - PHP
Takes a JSON encoded string and converts it into a PHP value. Parameters ¶. json. The json string being decoded. This function only...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found