Merge pull request #1386 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
commit 289b415186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

14
32.md
View File

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