mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Merge pull request #1386 from alopatindev/nip-32-language
NIP-32: Language example
This commit is contained in:
commit
289b415186
14
32.md
14
32.md
|
@ -128,6 +128,20 @@ is labeling their note as being related to Milan, Italy using ISO 3166-2.
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Author is labeling their note language as English using ISO-639-1.
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"kind": 1,
|
||||||
|
"tags": [
|
||||||
|
["L", "ISO-639-1"],
|
||||||
|
["l", "en", "ISO-639-1"]
|
||||||
|
],
|
||||||
|
"content": "English text",
|
||||||
|
...
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Other Notes
|
Other Notes
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user