Closed
Bug 594577
Opened 15 years ago
Closed 15 years ago
Sync UI: Get rid of more "secret phrase" occurrences
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: philikon, Assigned: philikon)
References
Details
(Whiteboard: [strings])
Attachments
(1 file, 1 obsolete file)
4.25 KB,
patch
|
Pike
:
review+
Gavin
:
approval2.0+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #594520 +++
There are a few more occurrences of "secret phrase" in the strings.
Assignee | ||
Comment 1•15 years ago
|
||
Straight port of bug 594520
Assignee: nobody → philipp
Attachment #473301 -
Flags: review?(mconnor)
Updated•15 years ago
|
Attachment #473301 -
Flags: review?(mconnor) → review+
Assignee | ||
Updated•15 years ago
|
Attachment #473301 -
Flags: approval2.0?
Comment 2•15 years ago
|
||
Comment on attachment 473301 [details] [diff] [review]
v1
r- from me based on the lack of updated string ids for some of the changed strings.
Attachment #473301 -
Flags: review-
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
> Comment on attachment 473301 [details] [diff] [review]
> v1
>
> r- from me based on the lack of updated string ids for some of the changed
> strings.
The strings whose id I didn't change were introduced only yesterday, they merely had the wrong value. Do these ids really have to be changed as well?
Comment 4•15 years ago
|
||
If they're in mozilla-central, then yes.
Also, at this point strings added should be good for life.
Comment 5•15 years ago
|
||
(In reply to comment #3)
> (In reply to comment #2)
> > Comment on attachment 473301 [details] [diff] [review] [details]
> > v1
> >
> > r- from me based on the lack of updated string ids for some of the changed
> > strings.
>
> The strings whose id I didn't change were introduced only yesterday, they
> merely had the wrong value. Do these ids really have to be changed as well?
The answer to that is most definitely YES ;-D
Had I just localized these strings as-is yesterday, and not made the effort to
report the discrepancy, I would have no way of knowing that you afterwards had
corrected the strings...
A rule of thumb:
If you land a string, and afterwards have to correct it in some way that
changes the meaning (in the broadest sense), you will have to change the
corresponding key as well... Otherwise localizers will have no chance to
discover your change...
We don't monitor every developer push, but we do monitor changes in string
keys, and that's our signal that something need our attention.
I know that this is burdensome, because you'll also have to change the
underlying references to the string in .js files and what not, but apart from
cases of obvious typos where we localizers can figure out what the intended
string should be, changing key is paramount.
Assignee | ||
Comment 6•15 years ago
|
||
Thanks guys, makes sense. Definitely wasn't laziness on my part, just didn't realise it mattered even for short-term fixes like these. Will prep a new patch.
Assignee | ||
Comment 7•15 years ago
|
||
Address Axel's review comments.
Attachment #473301 -
Attachment is obsolete: true
Attachment #473827 -
Flags: approval2.0?
Attachment #473301 -
Flags: approval2.0?
Comment 8•15 years ago
|
||
Comment on attachment 473827 [details] [diff] [review]
v2
Thanks, looks much better.
Reading the patch, I do see a comment that asks for consistency between Sync and syncBrand.dtd, which made me wonder, do we have any overall guidance on localizing "Sync Key"? Asking that without having looked at more code than the context of this patch, really.
Attachment #473827 -
Flags: review+
Assignee | ||
Comment 9•15 years ago
|
||
(In reply to comment #8)
> Reading the patch, I do see a comment that asks for consistency between Sync
> and syncBrand.dtd, which made me wonder, do we have any overall guidance on
> localizing "Sync Key"? Asking that without having looked at more code than the
> context of this patch, really.
I'm not aware of any l10n guidelines regarding Sync Key. Faaborg might know more as he coined the term. For visual context, see the mockups in bug 589980. The Sync Key can also be saved or printed, see bug 591533 for mockups.
Comment 10•15 years ago
|
||
Anyone using a screen reader is likely going to want to save or email instead of print, but otherwise they are going to copy and paste it back in on the second computer, just as everyone else will.
Comment 11•15 years ago
|
||
ok, for some reason just provided an a11y answer... in terms of l10n it should map to the metaphor of a physical key that one might use to unlock a physical lock. If the CS term and the physical item are named with different terms, be sure to use the physical item's name.
Assignee | ||
Updated•15 years ago
|
blocking2.0: --- → ?
Updated•15 years ago
|
Attachment #473827 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Updated•15 years ago
|
blocking2.0: ? → ---
Assignee | ||
Comment 12•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•