latex3 / babel

The multilingual framework to localize LaTeX, LuaLaTeX and XeLaTeX
https://latex3.github.io/babel/
LaTeX Project Public License v1.3c
130 stars 35 forks source link

babel errors on documentoption "chinese" #141

Closed u-fischer closed 3 years ago

u-fischer commented 3 years ago
\documentclass[chinese]{article}
\usepackage[ngerman]{babel}

\begin{document}
abc
\end{document}

gives

! Package babel Error: Unknown option 'chinese'. Either you misspelled it
(babel)                or the language definition file chinese.ldf was not foun
d.

it already happens for Package: babel 2021/06/28 3.61, but still exists in 3.62

evawyy commented 6 months ago

met the same issue

jbezos commented 6 months ago

Just tested with TeXLive 2024 and it works as expected. Please, post a minimal example and the log file.

evawyy commented 6 months ago

yes, it works well, thanks!