Closed
Bug 1390953
Opened 8 years ago
Closed 8 years ago
Onboarding strings need proper identifiers
Categories
(Firefox for iOS :: Localization, enhancement)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | 9.0 | --- |
People
(Reporter: st3fan, Assigned: st3fan)
Details
(Whiteboard: [Strings][MobileCore])
Attachments
(1 file)
The new onboarding slides have strings where we still use the full string as the identifier:
+ <trans-unit id="You've got mail… options">
+ <source>You've got mail… options</source>
+ <note>Title for one of the panels in the First Run tour.</note>
+ </trans-unit>
+ <trans-unit id="Your search, your way">
+ <source>Your search, your way</source>
+ <note>Title for one of the panels in the First Run tour.</note>
+ </trans-unit>
These ids need to change to something structured naming convention like:
Intro.Slide.Mail.Title
Intro.Slide.Mail.Text
Etc.
Assignee | ||
Updated•8 years ago
|
tracking-fxios:
--- → 9.0
Assignee | ||
Updated•8 years ago
|
Whiteboard: [Strings] → [Strings][needsuplift]
Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → sarentz
Attachment #8898048 -
Flags: review?(sarentz)
Assignee | ||
Comment 2•8 years ago
|
||
Landed on master, uplifted to v9.x
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•8 years ago
|
Whiteboard: [Strings][needsuplift] → [Strings]
Updated•7 years ago
|
Whiteboard: [Strings] → [Strings][MobileCore]
Assignee | ||
Updated•7 years ago
|
Attachment #8898048 -
Flags: review?(sarentz)
You need to log in
before you can comment on or make changes to this bug.
Description
•