Skip to content

feat(typesetting): Add support for more languages feat(supported_languages): Add support for many new languages #328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions babeldoc/document_il/midend/typesetting.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ def can_break_line(self):
r"\U0001E900-\U0001E95F" # Adlam
r"\u1C80-\u1C8F" # Cyrillic Extended-C
r"\U0001E030-\U0001E08F" # Cyrillic Extended-D
r"\uA000-\uA48F" # Yi Syllables
r"\uA490-\uA4CF" # Yi Radicals
r"'"
r"-" # Hyphen
r"·" # Middle Dot (U+00B7) For Català
Expand Down
37 changes: 36 additions & 1 deletion docs/supported_languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,39 @@ We are working hard to develop support for ligatures as soon as possible.
| Malagasy | mg | None |
| Marshallese | mh | None |
| Maori | mi | None |

| Navajo | nv | None |
| Nauru | na | None |
| Nyanja | ny | None |
| Norwegian Nynorsk | nn | None |
| Sardinian | sc | None |
| Northern Sami | se | None |
| Samoan | sm | None |
| Sango | sg | None |
| Shona | sn | None |
| Esperanto | eo | None |
| Scottish Gaelic | gd | None |
| Somali | so | None |
| Southern Sotho | st | None |
| Tagalog | tl | None |
| Tatar | tt | None |
| Tahitian | ty | None |
| Tongan | to | None |
| Twi | tw | None |
| Walloon | wa | None |
| Welsh | cy | None |
| Venda | ve | None |
| Volapük | vo | None |
| Wolof | wo | None |
| Interlingue | ie | None |
| Hebrew | he | None |
| Hiri Motu | ho | None |
| Igbo | ig | None |
| Ido | io | None |
| Inuktitut | iu | None |
| Yiddish | yi | None |
| Inupiaq | ik | None |
| Sichuan Yi | ii | None |
| Yoruba | yo | None |
| Zhuang | za | None |
| Tsonga | ts | None |
| Zulu | zu | None |
Loading