Add more languages to fallback language chain for Sakizaya (szy)
There is no recursive fallback as far as I understand, so in order for Sakizaya to have Taiwanese Chinese as a fallback, it needs to also have the same fallbacks as what zh-tw uses; therefore adding zh-hant and zh-hans to its fallback chain. Bug: T237370 Change-Id: I89c6b5464071aecbaff02800d3ec289abbfc73b9
This commit is contained in:
parent
a36f831054
commit
9f0341914f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
* @author Akamycoco
|
* @author Akamycoco
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$fallback = 'zh-tw';
|
$fallback = 'zh-tw, zh-hant, zh-hans';
|
||||||
|
|
||||||
$namespaceNames = [
|
$namespaceNames = [
|
||||||
NS_MEDIA => 'myiti',
|
NS_MEDIA => 'myiti',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue