diff options
| -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"] |