MediaWiki master
LanguageWuu.php
Go to the documentation of this file.
1<?php
7namespace MediaWiki\Languages;
8
17class LanguageWuu extends LanguageZh {
19 protected function getSearchIndexVariant() {
20 return 'wuu-hans';
21 }
22}
23
25class_alias( LanguageWuu::class, 'LanguageWuu' );
getSearchIndexVariant()
Specify the language variant that should be used for search indexing.string|null
Chinese-specific code.