The problem is the new file name matching feature match file-pattern is triggering here. There's no reason to change translations based on the currently open file so that needs to be blocked.
Until the next release, this can be worked around by escaping a character in the key (with '=' == 0x20):
Here goes
locale.properties.The problem is the new file name matching feature
match file-patternis triggering here. There's no reason to change translations based on the currently open file so that needs to be blocked.Until the next release, this can be worked around by escaping a character in the key (with '=' == 0x20):
Fix committed as [477600].
Related
Commit: [477600]
Thanks!