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

Merge branch 'master' of git://github.com/Binternet/BookStack into Binternet-master

This commit is contained in:
Dan Brown
2020-03-04 22:22:08 +00:00
12 changed files with 855 additions and 2 deletions

View File

@ -11,7 +11,7 @@ class Localization
* Array of right-to-left locales
* @var array
*/
protected $rtlLocales = ['ar'];
protected $rtlLocales = ['ar', 'he'];
/**
* Map of BookStack locale names to best-estimate system locale names.
@ -26,6 +26,7 @@ class Localization
'es' => 'es_ES',
'es_AR' => 'es_AR',
'fr' => 'fr_FR',
'he' => 'he_IL',
'it' => 'it_IT',
'ja' => 'ja',
'ko' => 'ko_KR',