diff options
| author | Alexander Lopatin <alopatindev@codonaft.com> | 2024-07-25 02:57:48 +0800 |
|---|---|---|
| committer | Alexander Lopatin <alopatindev@codonaft.com> | 2024-07-25 02:57:48 +0800 |
| commit | d8339163704adfe2d277690cfe4c3863940fba35 (patch) | |
| tree | 5ad176ce4e324ad7b14327449bd9bdb5ed71bb83 | |
| parent | 0227a2cd97637724f2adb7bb05cc9273ff1234f6 (diff) | |
NIP-32: Language example
| -rw-r--r-- | 32.md | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -129,6 +129,20 @@ is labeling their note as being related to Milan, Italy using ISO 3166-2. | |||
| 129 | } | 129 | } |
| 130 | ``` | 130 | ``` |
| 131 | 131 | ||
| 132 | Author 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 | |||
| 132 | Other Notes | 146 | Other Notes |
| 133 | ----------- | 147 | ----------- |
| 134 | 148 | ||