1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added Turkish to locale system

This commit is contained in:
Dan Brown
2019-10-17 14:01:19 +01:00
parent ddb7f33868
commit df98deb59d
3 changed files with 5 additions and 3 deletions

View File

@ -37,6 +37,7 @@ class Localization
'uk' => 'uk_UA',
'zh_CN' => 'zh_CN',
'zh_TW' => 'zh_TW',
'tr' => 'tr_TR',
];
/**