Christian Schmidt
Christian Schmidt
If a status has no language code, the translation service will try to guess which language is used (i.e. it doesn't assume it is English). However, it only does this...
I just created a PR that allows you to invoke the language detection mechanism in the translation engine: #31620
Tests are currently failing due to #5745.
I don't know if it has any bad side-effects, but I think this issue can be fixed by replacing `` with `` in [EventStopper.tsx](https://github.com/bluesky-social/social-app/blob/main/src/view/com/util/EventStopper.tsx).
It seems you also need to add `display: 'inline'` to `triggerStyle` in the `` tag in `TagMenu/index.web.tsx` to make it work in Chrome.
Note that handles can be verified with TXT records, i.e. you cannot assume that there is a web server running on the hostname identical to the handle.
@ahmedhesham6 I can see that you have now managed to change your handle, https://bsky.app/profile/ahmedhesham.dev. So is this still an issue?
Sorry about my late reply. I somehow missed your comments here. I created this PR (about the `Acceptable` feature) and PR #792 (about the `RaiseError` feature) together. My idea was...
I wasn't aware of this PR when I filed #7248. My fix does not address Native, so I think this approach is better.
FWIW, [CLDR](https://cldr.unicode.org/) just uses the full form, `{0} mese`/`{0} mesi`. https://github.com/unicode-org/cldr/blob/57e30cab4/common/main/it.xml#L2466-L2469