## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/zh_TW.Big5/HTML: locale for Chinese (Big5) output in HTML format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'charset' => 'big5',
	   'abstract' => 'Kn',
	   'copyright notice' => 'vn',
	   'contents' => 'ؿ',
	   'chapter' => sub { return " $_[0] " },
	   'appendix' => sub { return " $_[0]" },
	   'section' => sub { return " $_[0] `" },
	   'subsection' => sub { return " $_[0] `" },
	   'subsubsection' => sub { return " $_[0] `" },
	   'paragraph' => sub { return " $_[0] `" },
	   'subparagraph' => sub { return " $_[0] `" },
	   'footnotes' => '',
	   'comments' => 'Comments',
	   'next' => 'U@',
	   'previous' => 'W@',
	   );

## ----------------------------------------------------------------------
