10 lines
197 B
PHP
10 lines
197 B
PHP
<?php
|
|
/** Puxian (Simplified Han script) (莆仙语(简体))
|
|
*
|
|
* @file
|
|
* @ingroup Languages
|
|
*
|
|
* @author Winston Sung
|
|
*/
|
|
|
|
$fallback = 'cpx, cpx-hant, cpx-latn, cdo, zh-hans, zh, zh-hant';
|