Bug 13986 - Facebook strings have improper grammar
: Facebook strings have improper grammar
Status: CLOSED FIXED
Product: MySqueezebox.com
Classification: Unclassified
Component: Web UI
: MySB
: PC Other
: P1 blocker (vote)
: INXS
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-09-11 14:07 UTC by Matt Cuson
Modified: 2009-10-05 16:43 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Cuson 2009-09-11 14:07:35 UTC
When user shares song on FBook, text should read:
"<name> just shared music from a Squeezebox"

("from their squeezebox" doesn't work).
Comment 1 Weldon Matt 2009-09-14 10:19:25 UTC
Agreed with this.  For 8.0 we should investigate gender-specific strings (I'm hoping/assuming we can grab gender from the user's facebook profile?)

if we can grab gender, appropriate string(s) would be:

"<name> just shared music from his Squeezebox"

"<name> just shared music from her Squeezebox"

if we can't grab gender, correct string is:

"<name> just shared music from a Squeezebox"
Comment 2 Andy Grundman 2009-09-14 12:50:37 UTC
We could do gender, the only thing I worry about is translation of this.

%s just shared music from %s Squeezebox

We'd have to define "his" and "her" as strings to fit in the second %s, and not 
sure this would be possible in every language.  Michael, your thoughts?
Comment 3 Michael Herger 2009-09-14 12:54:05 UTC
We would very likely need separate strings per gender. Finnish and probably others too need to change the ending of Squeezebox etc.
Comment 4 Michael Herger 2009-09-14 12:55:52 UTC
That said it wouldn't cost that much more as most languages are not that complicated.
Comment 5 SVN Bot 2009-09-14 12:57:11 UTC
 == Auto-comment from SVN commit #7332 to the network repo by andy ==
 == https://svn.slimdevices.com/network?view=revision&revision=7332 ==

Fixed bug 13986, use '%s just shared music from a Squeezebox', gender is too hard
Comment 6 Matt Cuson 2009-09-14 13:08:05 UTC
Let's call it impractical as it adds complications to future releases, increases translation costs and doesn't significantly improve the user experience.

(afterall, nothing is truly "too hard" for this team!!)
Comment 7 James Richardson 2009-10-05 16:43:08 UTC
This bug has been fixed in the latest release of MySqueezebox.com (formally known as SqueezeNetwork)!

If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.