mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 07:32:39 +01:00
Updated translation contributors, added Basque to language options
This commit is contained in:
parent
678314a0c5
commit
12f96bb1a4
6
.github/translators.txt
vendored
6
.github/translators.txt
vendored
@ -232,3 +232,9 @@ msevgen :: Turkish
|
|||||||
Khroners :: French
|
Khroners :: French
|
||||||
MASOUD HOSSEINY (masoudme) :: Persian
|
MASOUD HOSSEINY (masoudme) :: Persian
|
||||||
Thomerson Roncally (roncallyt) :: Portuguese, Brazilian
|
Thomerson Roncally (roncallyt) :: Portuguese, Brazilian
|
||||||
|
metaarch :: Bulgarian
|
||||||
|
Xabi (xabikip) :: Basque
|
||||||
|
pedromcsousa :: Portuguese
|
||||||
|
Nir Louk (looknear) :: Hebrew
|
||||||
|
Alex (qianmengnet) :: Chinese Simplified
|
||||||
|
stothew :: German
|
||||||
|
@ -71,7 +71,7 @@ return [
|
|||||||
'locale' => env('APP_LANG', 'en'),
|
'locale' => env('APP_LANG', 'en'),
|
||||||
|
|
||||||
// Locales available
|
// Locales available
|
||||||
'locales' => ['en', 'ar', 'bg', 'bs', 'ca', 'cs', 'da', 'de', 'de_informal', 'es', 'es_AR', 'et', 'fa', 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'lt', 'lv', 'nl', 'nb', 'pt', 'pt_BR', 'sk', 'sl', 'sv', 'pl', 'ru', 'th', 'tr', 'uk', 'vi', 'zh_CN', 'zh_TW'],
|
'locales' => ['en', 'ar', 'bg', 'bs', 'ca', 'cs', 'da', 'de', 'de_informal', 'es', 'es_AR', 'et', 'eu', 'fa', 'fr', 'he', 'hr', 'hu', 'id', 'it', 'ja', 'ko', 'lt', 'lv', 'nl', 'nb', 'pt', 'pt_BR', 'sk', 'sl', 'sv', 'pl', 'ru', 'th', 'tr', 'uk', 'vi', 'zh_CN', 'zh_TW'],
|
||||||
|
|
||||||
// Application Fallback Locale
|
// Application Fallback Locale
|
||||||
'fallback_locale' => 'en',
|
'fallback_locale' => 'en',
|
||||||
|
@ -29,6 +29,7 @@ class Localization
|
|||||||
'es' => 'es_ES',
|
'es' => 'es_ES',
|
||||||
'es_AR' => 'es_AR',
|
'es_AR' => 'es_AR',
|
||||||
'et' => 'et_EE',
|
'et' => 'et_EE',
|
||||||
|
'eu' => 'eu_ES',
|
||||||
'fr' => 'fr_FR',
|
'fr' => 'fr_FR',
|
||||||
'he' => 'he_IL',
|
'he' => 'he_IL',
|
||||||
'hr' => 'hr_HR',
|
'hr' => 'hr_HR',
|
||||||
|
@ -277,6 +277,7 @@ return [
|
|||||||
'es' => 'Español',
|
'es' => 'Español',
|
||||||
'es_AR' => 'Español Argentina',
|
'es_AR' => 'Español Argentina',
|
||||||
'et' => 'Eesti keel',
|
'et' => 'Eesti keel',
|
||||||
|
'eu' => 'Euskara',
|
||||||
'fr' => 'Français',
|
'fr' => 'Français',
|
||||||
'he' => 'עברית',
|
'he' => 'עברית',
|
||||||
'hr' => 'Hrvatski',
|
'hr' => 'Hrvatski',
|
||||||
|
Loading…
Reference in New Issue
Block a user