MediaWiki master
LanguageGan.php
Go to the documentation of this file.
1<?php
15class LanguageGan extends LanguageZh {
17 protected function getSearchIndexVariant() {
18 return 'gan-hans';
19 }
20}
Gan Chinese.
getSearchIndexVariant()
Specify the language variant that should be used for search indexing.string|null
Chinese-specific code.