blob: 66bd2f84c87fe48b05d4dfab92a7708775b200d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
% This file is part of babel. For further details see:
% https://www.ctan.org/pkg/babel
\ifx\BabelBeforeIni\undefined
\PackageError{babel}%
{This file is a component of babel and cannot\MessageBreak
be loaded directly. I'll stop immediately}%
{Just use babel as documented.}%
\stop
\fi
\BabelBeforeIni{zh-Hant-HK}{%
}
\endinput
|