NIP-32: Language example

This commit is contained in:
Alexander Lopatin 2024-07-25 02:57:48 +08:00
parent 0227a2cd97
commit d833916370
No known key found for this signature in database
GPG Key ID: 44FB438EDA183EF0

14
32.md
View File

@ -129,6 +129,20 @@ is labeling their note as being related to Milan, Italy using ISO 3166-2.
}
```
Author is labelling 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
-----------