Merge "LanguageConverter.php: Add missing code tly (Talysh language)"
This commit is contained in:
commit
de6ee96aa7
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ abstract class LanguageConverter implements ILanguageConverter {
|
|||
'shi',
|
||||
'sr',
|
||||
'tg',
|
||||
'tly',
|
||||
'uz',
|
||||
'zh',
|
||||
];
|
||||
|
|
@ -78,6 +79,7 @@ abstract class LanguageConverter implements ILanguageConverter {
|
|||
'shi' => 'shi',
|
||||
'sr' => 'sr',
|
||||
'tg' => 'tg',
|
||||
'tly' => 'tly',
|
||||
'uz' => 'uz',
|
||||
'zh' => 'zh',
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue