Conversation

DCoder ๐Ÿ‡ฑ๐Ÿ‡นโค๐Ÿ‡บ๐Ÿ‡ฆ

Mastodon should have a way to see the language a post was written in, without pulling up the browserโ€™s dev tools to do it.

3
0
1

DCoder ๐Ÿ‡ฑ๐Ÿ‡นโค๐Ÿ‡บ๐Ÿ‡ฆ

Quick hack โ€” user css that (mostly) works for my instance.

.status__content:hover .status__content__text[lang]::after {
content: "๐Ÿ’ฌ " attr(lang);
position: absolute;
top: 0;
right: 0;
font-size: .8em;
opacity: .6;
}

.status__content:hover .status__content__text.translate[lang]::after {
top: auto;
bottom: 0;
}

0
0
0

@dcoderlt

as always, it depents on your app client.
In my case, I am able to see (๐Ÿ‘‰English)

1
0
0

DCoder ๐Ÿ‡ฑ๐Ÿ‡นโค๐Ÿ‡บ๐Ÿ‡ฆ

@aidasb
Fair. I use the web UI on both desktop and mobile, though ๐Ÿ™‚

0
0
0