Made fallbacks a list per language, instead of scanning them recursively through the languages.
13 lines
305 B
PHP
13 lines
305 B
PHP
<?php
|
||
/** Chinese (Macau) (中文(澳門))
|
||
*
|
||
* See MessagesQqq.php for message documentation incl. usage of parameters
|
||
* To improve a translation please visit http://translatewiki.net
|
||
*
|
||
* @ingroup Language
|
||
* @file
|
||
*
|
||
*/
|
||
|
||
# Inherit everything for now
|
||
$fallback = 'zh-hk, zh-hant, zh-hans';
|