mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-02 06:43:10 +08:00
Added Turkish to locale system
This commit is contained in:
@ -159,8 +159,9 @@ return [
|
||||
'ru' => 'Русский',
|
||||
'uk' => 'Українська',
|
||||
'zh_CN' => '简体中文',
|
||||
'zh_TW' => '繁體中文',
|
||||
'hu' => 'Magyar'
|
||||
'zh_TW' => '繁體中文',
|
||||
'hu' => 'Magyar',
|
||||
'tr' => 'Türkçe',
|
||||
]
|
||||
//!////////////////////////////////
|
||||
];
|
||||
|
Reference in New Issue
Block a user