Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 258f312

Browse files
authored
Add Ukrainian to docsbuild (#131)
1 parent ac1adcb commit 258f312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ def __gt__(self, other):
295295
Language("zh-cn", "zh_CN", "Simplified Chinese", True, XELATEX_WITH_CJK),
296296
Language("zh-tw", "zh_TW", "Traditional Chinese", True, XELATEX_WITH_CJK),
297297
Language("pl", "pl", "Polish", False, XELATEX_DEFAULT),
298+
Language("uk", "uk", "Ukrainian", False, XELATEX_DEFAULT),
298299
}
299300

300301

0 commit comments

Comments
 (0)