diff options
author | Miodec <[email protected]> | 2024-08-05 17:52:43 +0200 |
---|---|---|
committer | Miodec <[email protected]> | 2024-08-05 17:52:50 +0200 |
commit | 6e9e1e721dffca434dcc506015433f25fa709037 (patch) | |
tree | 0bd195ffd5238539834f40cd121c6c5100d69dde | |
parent | 3568818b442b1be8a1e34a96f2ce3dc1ba1857e7 (diff) | |
download | monkeytype-6e9e1e721dffca434dcc506015433f25fa709037.tar.gz monkeytype-6e9e1e721dffca434dcc506015433f25fa709037.zip |
fix: thai ligature rendering
-rw-r--r-- | frontend/static/languages/thai.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/static/languages/thai.json b/frontend/static/languages/thai.json index 62f2551a3..f37e69d62 100644 --- a/frontend/static/languages/thai.json +++ b/frontend/static/languages/thai.json @@ -1,6 +1,7 @@ { "name": "thai", "noLazyMode": true, + "ligatures": true, "bcp47": "th-TH", "words": [ "ที่", |