What are the best practices to handle languages on notes? Is this implemented on the protocol level or is it something a client should care of?
For example I'm wondering how I can filter notes and other events on just a specific language. Finding content in my native language is really hard at the moment.
I've found these related NIP proposals (I'm also a Mastodon user):
https://github.com/nostr-protocol/nips/pull/632
This seems somewhat more complicated and it's only the relay which can set the language for a specific event? I think it should be set by user / client and the relay feedback could be used as a fallback (but on the other hand: this makes relay smarter which have to kept as dumb as possible).
https://github.com/arthurfranca/nips/blob/nip-17/17.md#language
#askNostr #devNostr #NostrDev