diff options
| -rw-r--r-- | 32.md | 14 |
1 files changed, 14 insertions, 0 deletions
| @@ -128,6 +128,20 @@ is labeling their note as being related to Milan, Italy using ISO 3166-2. | |||
| 128 | } | 128 | } |
| 129 | ``` | 129 | ``` |
| 130 | 130 | ||
| 131 | Author is labeling their note language as English using ISO-639-1. | ||
| 132 | |||
| 133 | ```json | ||
| 134 | { | ||
| 135 | "kind": 1, | ||
| 136 | "tags": [ | ||
| 137 | ["L", "ISO-639-1"], | ||
| 138 | ["l", "en", "ISO-639-1"] | ||
| 139 | ], | ||
| 140 | "content": "English text", | ||
| 141 | ... | ||
| 142 | } | ||
| 143 | ``` | ||
| 144 | |||
| 131 | Other Notes | 145 | Other Notes |
| 132 | ----------- | 146 | ----------- |
| 133 | 147 | ||