MediaWiki
REL1_24
|
Literary Chinese (文言) More...
Go to the source code of this file.
Variables | |
$dateFormats | |
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter). | |
$datePreferences | |
A list of date format preference keys which can be selected in user preferences. | |
$defaultDateFormat = 'zh' | |
$digitTransformTable | |
$specialPageAliases |
Literary Chinese (文言)
To improve a translation please visit https://translatewiki.net
Definition in file MessagesLzh.php.
$dateFormats |
array( 'zh time' => 'H時i分', 'zh date' => 'Y年n月j日 (l)', 'zh both' => 'Y年n月j日 (D) H時i分', )
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).
Documentation for the format string can be found in Language.php, search for sprintfDate.
This array is automatically inherited by all subclasses. Individual keys can be overridden.
Definition at line 128 of file MessagesLzh.php.
$datePreferences |
array( 'default', 'ISO 8601', )
A list of date format preference keys which can be selected in user preferences.
New preference keys can be added, provided they are supported by the language class's timeanddate(). Only the 5 keys listed below are supported by the wikitext converter (DateFormatter.php).
The special key "default" is an alias for either dmy or mdy depending on $wgAmericanDates
Definition at line 113 of file MessagesLzh.php.
$defaultDateFormat = 'zh' |
Definition at line 118 of file MessagesLzh.php.
$digitTransformTable |
array( '0' => '〇', '1' => '一', '2' => '二', '3' => '三', '4' => '四', '5' => '五', '6' => '六', '7' => '七', '8' => '八', '9' => '九', '.' => '點', ',' => '', )
Definition at line 134 of file MessagesLzh.php.
$specialPageAliases |
Definition at line 21 of file MessagesLzh.php.