Closed
Bug 739957
Opened 13 years ago
Closed 13 years ago
More than 2 lines strings in .properties files are broken
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
1.7
People
(Reporter: ochameau, Assigned: ochameau)
Details
Attachments
(1 file)
In l10n .properties files, if you use similar valid .properties line:
key= some\
multiline\
string
It fails with an error during cfx run/xpi execution.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → poirot.alex
Attachment #610102 -
Flags: review?(warner-bugzilla)
Assignee | ||
Comment 2•13 years ago
|
||
Might be nice to have in 1.6 as it is a quite simple patch.
But not critical either as localization won't be massively used until HTML localization feature.
Comment 3•13 years ago
|
||
Comment on attachment 610102 [details]
Pull request 390
pull request looks pretty good.. one small comment in the discussion
Attachment #610102 -
Flags: review?(warner-bugzilla) → review+
Updated•13 years ago
|
Priority: -- → P1
Comment 4•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/a10fcb827d4ea2a5c4df1861d944f47dbe44d3ca
Bug 739957 - More than 2 lines strings in .properties files are broken.
+ report error on empty keys
https://github.com/mozilla/addon-sdk/commit/115115d13e6b07402984dcb393492dc68cb8a7d2
Merge pull request #390 from ochameau/fix-multiline-properties
Bug 739957 - More than 2 lines strings in .properties files are broken. r=@warner
Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → 1.7
Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•