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

Added danish to language arrays

This commit is contained in:
Dan Brown
2020-01-18 16:07:36 +00:00
parent 7a2404d5e0
commit 5ff89a1abb
3 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@ class Localization
*/
protected $localeMap = [
'ar' => 'ar',
'da' => 'da_DK',
'de' => 'de_DE',
'de_informal' => 'de_DE',
'en' => 'en_GB',