mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -06:00
trends_updated and geo are in the sounds tutorial
This commit is contained in:
parent
7d6bf53019
commit
5cb4e0fef7
@ -7,7 +7,8 @@ actions = [ ("audio", _(u"The tweet may contain a playable audio")),
|
|||||||
("error", _(u"A bug has happened")),
|
("error", _(u"A bug has happened")),
|
||||||
("favourite", _(u"You've added a tweet to your favourites")),
|
("favourite", _(u"You've added a tweet to your favourites")),
|
||||||
("favourites_timeline_updated", _(u"Someone's favourites have been updated")),
|
("favourites_timeline_updated", _(u"Someone's favourites have been updated")),
|
||||||
("limit", _(u"There are no more tweets to read")),
|
("geo", _(u"The tweet has coordinates to determine its location")),
|
||||||
|
("limit", _(u"There are no more tweets to read")),
|
||||||
("list_tweet", _(u"A list has a new tweet")),
|
("list_tweet", _(u"A list has a new tweet")),
|
||||||
("max_length", _(u"You can't add any more characters on the tweet")),
|
("max_length", _(u"You can't add any more characters on the tweet")),
|
||||||
("mention_received", _(u"You've been mentioned ")),
|
("mention_received", _(u"You've been mentioned ")),
|
||||||
@ -18,6 +19,7 @@ actions = [ ("audio", _(u"The tweet may contain a playable audio")),
|
|||||||
("search_updated", _(u"A search has been updated")),
|
("search_updated", _(u"A search has been updated")),
|
||||||
("tweet_received", _(u"There's a new tweet in the main buffer")),
|
("tweet_received", _(u"There's a new tweet in the main buffer")),
|
||||||
("tweet_send", _(u"You've sent a tweet")),
|
("tweet_send", _(u"You've sent a tweet")),
|
||||||
("tweet_timeline", _(u"There's a new tweet in a timeline")),
|
("trends_updated", _(u"A trending topic buffer has been updated")),
|
||||||
|
("tweet_timeline", _(u"There's a new tweet in a timeline")),
|
||||||
("update_followers", _(u"You have a new follower")),
|
("update_followers", _(u"You have a new follower")),
|
||||||
("volume_changed", _(u"You've turned the volume up or down"))]
|
("volume_changed", _(u"You've turned the volume up or down"))]
|
BIN
src/sounds/default/geo.ogg
Normal file
BIN
src/sounds/default/geo.ogg
Normal file
Binary file not shown.
BIN
src/sounds/default/trends_updated.ogg
Normal file
BIN
src/sounds/default/trends_updated.ogg
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user