Closed
Bug 1008912
Opened 11 years ago
Closed 10 years ago
'MMS' in sms app doesn't translate into other language
Categories
(Firefox OS Graveyard :: Gaia::SMS, defect)
Tracking
(tracking-b2g:backlog)
People
(Reporter: yang.zhao, Assigned: azasypkin)
References
Details
(Whiteboard: [sprd309681][not-part-of-initial-sprint])
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.19 (KHTML, like Gecko) Ubuntu/12.04 Chromium/18.0.1025.151 Chrome/18.0.1025.151 Safari/535.19
Steps to reproduce:
Step1:-Go to setting.
Step2:-Go to Language.
Step3:-Select other language except English,such as Hindi.
Step4:-Go to Message->compose message->attachment->select a picture.
Step5:-It shows 'MMS' above the 'Send' button
Actual results:
It shows 'MMS' in English above the 'Send' button
Expected results:
'MMS' should display in Hindi.
The 'MMS' string is written in sms.css:
[data-message-type="mms"] #messages-send-button.has-counter:before {
content: 'MMS';
color: #FF4E00;
font-size: 1.5rem;
padding-left: -moz-calc(100% - 5rem);
margin-top: -1.2rem;
}
Hi,Evelyn
Do you have any good idea for this type of l10n issue?The string is written in css file.Looking forward to your reply and thank you very much!
Flags: needinfo?(ehung)
Comment 3•11 years ago
|
||
moving to the right component L10n -> SMS.
Component: Gaia::L10n → Gaia::SMS
Comment 4•11 years ago
|
||
yes, this is something I have in mind for a long time.
What's the expected target version to change this?
Flags: needinfo?(ehung) → needinfo?(yang.zhao)
(In reply to Julien Wajsberg [:julienw] from comment #4)
> yes, this is something I have in mind for a long time.
>
> What's the expected target version to change this?
When the language change,the string "MMS" always displays in English.
Flags: needinfo?(yang.zhao)
Comment 6•11 years ago
|
||
I mean, which Firefox OS version do you need this change for?
Flags: needinfo?(yang.zhao)
(In reply to Julien Wajsberg [:julienw] from comment #6)
> I mean, which Firefox OS version do you need this change for?
v1.3t
Flags: needinfo?(yang.zhao)
Comment 9•11 years ago
|
||
ni? James, can your team take care of translations?
is this a blocker for 1.3T?
Thanks
Flags: needinfo?(james.zhang)
Comment 10•11 years ago
|
||
Loop Arvin.
Assignee: nobody → arvin.zhang
Flags: needinfo?(james.zhang)
Whiteboard: [sprd309681]
Comment 11•11 years ago
|
||
triage: lets not block tarako with this. put this to backlog
blocking-b2g: 1.3T? → backlog
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 12•10 years ago
|
||
Bug 1008127 changes the way the "MMS" text is displayed, so it should be easier to change this.
Depends on: 1008127
Comment 13•10 years ago
|
||
Hey Oleg, do you know if this bug is automatically fixed by bug 1008127?
Flags: needinfo?(azasypkin)
Assignee | ||
Comment 14•10 years ago
|
||
(In reply to Julien Wajsberg [:julienw] (away June 21 to 30) from comment #13)
> Hey Oleg, do you know if this bug is automatically fixed by bug 1008127?
Nope, it just prepared base for it by moving "MMS" text to a separate element. Patch for this bug just needs to add appropriate l10n Id.
Flags: needinfo?(azasypkin)
Assignee | ||
Updated•10 years ago
|
Assignee: arvin.zhang → azasypkin
Blocks: sms-sprint-4
Status: NEW → ASSIGNED
OS: All → Gonk (Firefox OS)
Hardware: All → ARM
Whiteboard: [sprd309681] → [sprd309681][not-part-of-initial-sprint]
Target Milestone: --- → 2.0 S5 (4july)
Assignee | ||
Comment 15•10 years ago
|
||
Hey Julien,
Here is the patch that uses localized "MMS" label for the following panels:
* message composer;
* thread list (to mark the thread with the last message being MMS).
Thanks!
Attachment #8448788 -
Flags: review?(felash)
Comment 16•10 years ago
|
||
Comment on attachment 8448788 [details]
GitHub pull request URL
r=me
works well, thanks !
Attachment #8448788 -
Flags: review?(felash) → review+
Assignee | ||
Comment 17•10 years ago
|
||
(In reply to Julien Wajsberg [:julienw] from comment #16)
> Comment on attachment 8448788 [details]
> GitHub pull request URL
>
> r=me
>
> works well, thanks !
Thanks for review!
Master: https://github.com/mozilla-b2g/gaia/commit/94daeb32785cdabc0db1504d38d545d5ac42aca5
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
You need to log in
before you can comment on or make changes to this bug.
Description
•