palant / pfp

A simple and secure browser extension to be used with KeePass databases.
https://pfp.works/
Mozilla Public License 2.0
114 stars 14 forks source link

Newline character in strings escaped for Chrome #30

Closed kzar closed 8 years ago

kzar commented 8 years ago

The string in en-US.properties:

password-type-legacy = Legacy password\nPassword encrypted and stored

becomes this in messages.json:

"password_type_legacy": {
  "message": "Legacy password\\nPassword encrypted and stored"
}

(Note the extra back slash.)