MediaWiki master
LanguageGan.php
Go to the documentation of this file.
1<?php
29class LanguageGan extends LanguageZh {
30 protected function getSearchIndexVariant() {
31 return 'gan-hans';
32 }
33}
Gan Chinese.
getSearchIndexVariant()
Specify the language variant that should be used for search indexing.
Chinese-specific code.