mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-12 16:08:08 +00:00
parent
4a2a044f3d
commit
b4f29a85ab
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Localization
|
||||||
/**
|
/**
|
||||||
* Array of right-to-left locales.
|
* Array of right-to-left locales.
|
||||||
*/
|
*/
|
||||||
protected $rtlLocales = ['ar', 'he'];
|
protected $rtlLocales = ['ar', 'fa', 'he'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Map of BookStack locale names to best-estimate system locale names.
|
* Map of BookStack locale names to best-estimate system locale names.
|
||||||
|
@ -30,6 +30,7 @@ class Localization
|
||||||
'es_AR' => 'es_AR',
|
'es_AR' => 'es_AR',
|
||||||
'et' => 'et_EE',
|
'et' => 'et_EE',
|
||||||
'eu' => 'eu_ES',
|
'eu' => 'eu_ES',
|
||||||
|
'fa' => 'fa_IR',
|
||||||
'fr' => 'fr_FR',
|
'fr' => 'fr_FR',
|
||||||
'he' => 'he_IL',
|
'he' => 'he_IL',
|
||||||
'hr' => 'hr_HR',
|
'hr' => 'hr_HR',
|
||||||
|
|
|
@ -279,6 +279,7 @@ return [
|
||||||
'es_AR' => 'Español Argentina',
|
'es_AR' => 'Español Argentina',
|
||||||
'et' => 'Eesti keel',
|
'et' => 'Eesti keel',
|
||||||
'eu' => 'Euskara',
|
'eu' => 'Euskara',
|
||||||
|
'fa' => 'فارسی',
|
||||||
'fr' => 'Français',
|
'fr' => 'Français',
|
||||||
'he' => 'עברית',
|
'he' => 'עברית',
|
||||||
'hr' => 'Hrvatski',
|
'hr' => 'Hrvatski',
|
||||||
|
|
Loading…
Add table
Reference in a new issue