Merge pull request from alopatindev/nip-32-language

NIP-32: Language example
This commit is contained in:
Alex Gleason
2024-07-29 11:52:38 -05:00
committed by GitHub

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
----------- -----------