-
Notifications
You must be signed in to change notification settings - Fork 78
Keys with dots in them prevents files from saving #32
Comments
Same behaviour in java property files ? If yes, that would be a serious bug |
Just tried with .json |
Dots in translation keys are preserved, this is by design. The dots are used to create a tree structure of the keys. so like |
That would be good because right now I have to exclude country manually before passing translations to translator device. Country in question
|
From my point of view using a key like "Virgin Islands, U.S." makes absolutely no sense. So I would propose to support the translation of dots to tree structure in the key and ignore the dots in the property. |
@Jasius I do not understand why you need somethink like that |
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. |
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.
The text was updated successfully, but these errors were encountered: