Add shy name (same as shy-latn)

Bug: T259360
Change-Id: Ieca724eceb0342c937ff3a2d64de61098b979412
This commit is contained in:
Amir Sarabadani 2021-03-02 06:33:57 +01:00 committed by Amir Aharoni
parent e8ed198123
commit 39d338a68f
2 changed files with 14 additions and 0 deletions

View file

@ -402,6 +402,7 @@ class Names {
'shi-tfng' => 'ⵜⴰⵛⵍⵃⵉⵜ', # Tachelhit (Tifinagh script)
'shi-latn' => 'Taclḥit', # Tachelhit (Latin script)
'shn' => 'ၽႃႇသႃႇတႆး ', # Shan
'shy' => 'tacawit', # Shawiya (Multiple scripts - defaults to Latin)
'shy-latn' => 'tacawit', # Shawiya (Latin script) - T194047
'si' => 'සිංහල', # Sinhalese
'simple' => 'Simple English', # Simple English

View file

@ -0,0 +1,13 @@
<?php
/** Shawiya (Tachawit)
*
* To improve a translation please visit https://translatewiki.net
*
* @ingroup Language
* @file
* @comment falls back to Shawiya (Latin)
*
* @author Amir E. Aharoni
*/
$fallback = 'shy-latn';