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.

Keys with dots in them prevents files from saving

See original GitHub issue

Hey,

So basically if there’s anything like

"whatever": { "please wait...": "Please Wait..." }

The file doesn’t want to save, I understand that such keys shouldn’t be made in the first place(they were made by some other dev not me) but it would be good if the app threw an error or something in such cases rather than refusing to save, took me a few minutes to figure this bug out.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jcbvmcommented, Nov 20, 2017

Dots in translation keys are preserved, this is by design. The dots are used to create a tree structure of the keys. so like a.b means b is a sub key of a. In the future there might be a setting to change this separator.

0reactions
Jasiuscommented, Nov 20, 2017

I don’t need it and I wouldn’t do that if i could, these keys aremade in the back end and higher up refused to change, remove it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to prevent Spring Boot from parsing YAML keys with dots
I see. It's because you are binding to a very generic object, so Spring Boot thinks your period separators are map key dereferences....
Read more >
You are prompted to save the changes to the Normal.dot or ...
dotm First, you can turn off the prompt and Word will automatically save the changes, but you may still have a problem. Second,...
Read more >
3.4 Hiding API Keys with Environment Variables (dotenv) and ...
In this lesson, we will address how to can hide an API key using environment variables and open source the code on GitHub....
Read more >
Show ALL files starting with a dot in Finder - Ask Different
Finder supports Command + Shift + . to toggle hidden files. This is the same as using the defaults write command you list....
Read more >
Adjust the onscreen and external keyboard settings on iPhone
Slow Keys : Use Slow Keys to adjust the time between when a key is pressed and when it's activated. Helpful? Yes No....
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