Adds language tag for images that contain text.

This commit is contained in:
Vitor Pamplona 2024-10-28 15:51:54 -04:00
parent 9517ac6f5d
commit 5c7aad212e

4
68.md
View File

@ -64,6 +64,10 @@ They may contain multiple images to be displayed as a single post.
// Hashtags
["t", "<tag>"],
["t", "<tag>"],
// When text is written in the image, add the tag to represent the language
["L", "ISO-639-1"],
["l", "en", "ISO-639-1"]
]
}
```