Skip to content

Commit

Permalink
Some of those languages weren't real
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Sep 1, 2024
1 parent 5528e81 commit 1d670ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ def test_supported_languages():

ttfont = TTFont("data/test/Lora-Regular.ttf")
langs = [l.id for l in SupportedLanguages(ttfont)]
assert len(langs) >= 400
assert len(langs) >= 350
assert "en_Latn" in langs

0 comments on commit 1d670ec

Please sign in to comment.