Jonny Buchanan

Results 231 comments of Jonny Buchanan

We'd need to use JavaScript to manually replace Twitter's rendered emojis with their own alt text to do this, as it's not possible to replace an image with its own...

Japanese translations are here: https://github.com/insin/control-panel-for-twitter/blob/master/_locales/ja/messages.json https://github.com/insin/control-panel-for-twitter/blob/master/scripts/locales/base-locales.json#L559

We can add a noun variant and update getString to take multiple codes to try, e.g. `getString('TWEET_NOUN', 'TWEET')`, then only languages for which the noun/verb distinction is relevant need to...

Messages used the theme colour regardless of which mode you're in (changed it for Lights out to test this) We'll need to change the text colour too, this is Chat...

Thanks! Will merge this before releasing the next version

This is similar to #391 in that to support all languages we need to do this based on Twitter's translation data for each locale. For this particular string, the locale...

Are there any errors in the F12 developer Console when this happens?

We can only use what Twitter gives you access to - we can't access things from private accounts

The last time I checked, that information is only available (in Twitter's React state) when you've viewed a user's profile, so we don't have it available to apply to blue...

I do like the way it looks if you get rid of the vanity name and make the username bold instead, here's some CSS which does it for timeline tweets...