diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-10-28 15:51:54 -0400 |
|---|---|---|
| committer | Vitor Pamplona <vitor@vitorpamplona.com> | 2024-10-28 15:51:54 -0400 |
| commit | 5c7aad212ea44605d64e360be89ea5a1d843a3f8 (patch) | |
| tree | 7ddfda19895929d3322d6e7a899add463a322980 | |
| parent | 9517ac6f5dfac58bd7237777680c557bd518dc84 (diff) | |
Adds language tag for images that contain text.
| -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 | ``` |