diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-10-30 11:50:21 -0400 |
|---|---|---|
| committer | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-10-30 11:50:21 -0400 |
| commit | 82291c6afda8498ac6f4ddb1d14289f9edb8f8ae (patch) | |
| tree | 0b4c29b8c71e5d7fa43ac3937eb359500eb4f351 | |
| parent | 5c7aad212ea44605d64e360be89ea5a1d843a3f8 (diff) | |
adds location
| -rw-r--r-- | 68.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -65,6 +65,10 @@ They may contain multiple images to be displayed as a single post. | |||
| 65 | ["t", "<tag>"], | 65 | ["t", "<tag>"], |
| 66 | ["t", "<tag>"], | 66 | ["t", "<tag>"], |
| 67 | 67 | ||
| 68 | // location | ||
| 69 | ["location", "<location>"], // city name, state, country | ||
| 70 | ["g", "<geohash>"], | ||
| 71 | |||
| 68 | // When text is written in the image, add the tag to represent the language | 72 | // When text is written in the image, add the tag to represent the language |
| 69 | ["L", "ISO-639-1"], | 73 | ["L", "ISO-639-1"], |
| 70 | ["l", "en", "ISO-639-1"] | 74 | ["l", "en", "ISO-639-1"] |