diff options
| -rw-r--r-- | 68.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -64,6 +64,10 @@ They may contain multiple images to be displayed as a single post. | |||
| 64 | // Hashtags | 64 | // Hashtags |
| 65 | ["t", "<tag>"], | 65 | ["t", "<tag>"], |
| 66 | ["t", "<tag>"], | 66 | ["t", "<tag>"], |
| 67 | |||
| 68 | // When text is written in the image, add the tag to represent the language | ||
| 69 | ["L", "ISO-639-1"], | ||
| 70 | ["l", "en", "ISO-639-1"] | ||
| 67 | ] | 71 | ] |
| 68 | } | 72 | } |
| 69 | ``` | 73 | ``` |