Bug 799068 - Land in comm-central Instantbird's changes to chat/ - 3 - Bio 1671 - Include twitter users' names in tooltips, r=clokep.
This commit is contained in:
Родитель
0dee902a3c
Коммит
b309d91301
|
@ -91,6 +91,7 @@ tooltip.protected=Protects Tweets
|
|||
# LOCALIZATION NOTE (tooltip.following):
|
||||
# whether you are subscribed to the user's tweets.
|
||||
tooltip.following=Currently Following
|
||||
tooltip.name=Name
|
||||
tooltip.description=Description
|
||||
# LOCALIZATION NOTE (tooltip.*_count):
|
||||
# Please see the right side of the official Twitter website UI.
|
||||
|
|
|
@ -957,6 +957,7 @@ Account.prototype = {
|
|||
// See https://dev.twitter.com/docs/api/1/get/users/show for the options.
|
||||
let normalizeBool = function(isFollowing) _(isFollowing ? "yes" : "no");
|
||||
const kFields = {
|
||||
name: null,
|
||||
following: normalizeBool,
|
||||
description: null,
|
||||
url: null,
|
||||
|
|
Загрузка…
Ссылка в новой задаче