upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Lopatin <alopatindev@codonaft.com>2024-07-25 02:57:48 +0800
committerAlexander Lopatin <alopatindev@codonaft.com>2024-07-25 02:57:48 +0800
commitd8339163704adfe2d277690cfe4c3863940fba35 (patch)
tree5ad176ce4e324ad7b14327449bd9bdb5ed71bb83
parent0227a2cd97637724f2adb7bb05cc9273ff1234f6 (diff)
NIP-32: Language example
-rw-r--r--32.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/32.md b/32.md
index 79f5937..ee71ae9 100644
--- a/32.md
+++ b/32.md
@@ -129,6 +129,20 @@ is labeling their note as being related to Milan, Italy using ISO 3166-2.
129} 129}
130``` 130```
131 131
132Author is labelling their note language as English using ISO-639-1.
133
134```json
135{
136 "kind": 1,
137 "tags": [
138 ["L", "ISO-639-1"],
139 ["l", "en", "ISO-639-1"]
140 ],
141 "content": "English text",
142 ...
143}
144```
145
132Other Notes 146Other Notes
133----------- 147-----------
134 148