Closed
Bug 1455099
Opened 7 years ago
Closed 7 years ago
[FTL] Make selectors with siblings more readable
Categories
(Webtools Graveyard :: Pontoon, enhancement, P2)
Webtools Graveyard
Pontoon
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mathjazz, Assigned: mathjazz)
Details
Attachments
(2 files)
Currently the editor and source string UI look rather confusing when a string contains a selector that is surrounded by other elements (of any type, including additional selectors).
We should make strings of such complexity easier to read.
An example of such string:
selector-multi =
There { $num ->
[one] is one email
*[other] are many emails
} for { $gender ->
*[masculine] him
[feminine] her
}
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → m
Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/pontoon
https://github.com/mozilla/pontoon/commit/d6e189114be3574ccfe45e89f7afbf75495308c6
Fix bug 1455099: [FTL] Make selectors with siblings more readable (#987)
By using indentation.
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•