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:
Jon Harald Søby 2019-11-21 15:00:18 +01:00
parent a36f831054
commit 9f0341914f

View file

@ -10,7 +10,7 @@
* @author Akamycoco
*/
$fallback = 'zh-tw';
$fallback = 'zh-tw, zh-hant, zh-hans';
$namespaceNames = [
NS_MEDIA => 'myiti',