1#ifndef language_zh_cn_h
2#define language_zh_cn_h
35#pragma execution_character_set("utf-8")
64 { LINE_COLUMN_STRING, 0,
"行 %d 列 %d - " },
65 { STRING_CONTENT_LOOKS, 0,
"文档内容看起来像 %s" },
66 { FILE_CANT_OPEN, 0,
"无法打开”%s”\n" },
68#if SUPPORT_CONSOLE_APP
69 { TC_STRING_VERS_A, 0,
"HTML Tidy 用于 %s 版本 %s" },
70 { TC_STRING_VERS_B, 0,
"HTML Tidy 版本 %s" },
@ TIDY_LANGUAGE
Definition language.h:31
@ TIDY_MESSAGE_TYPE_LAST
Definition language.h:34
static languageDefinition language_zh_cn
This structure specifies all of the strings needed by Tidy for a single language.
Definition language_zh_cn.h:56
static uint whichPluralForm_zh_cn(uint n)
This language-specific function returns the correct pluralForm to use given n items,...
Definition language_zh_cn.h:44
Finally, a complete language definition.
Definition language.h:68