]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
5d1162f
)
change config/app.php to add korean
1066/head
author
codev-kuk-mac
<redacted>
Mon, 15 Oct 2018 07:39:16 +0000
(16:39 +0900)
committer
codev-kuk-mac
<redacted>
Mon, 15 Oct 2018 07:39:16 +0000
(16:39 +0900)
config/app.php
patch
|
blob
|
history
diff --git
a/config/app.php
b/config/app.php
index 7529697faf700a797a9d9b2bd00dc487a3ab9d27..b514263d1e1d0ce18efe3f96cd63accb3c92de16 100755
(executable)
--- a/
config/app.php
+++ b/
config/app.php
@@
-84,7
+84,7
@@
return [
*/
'locale' => env('APP_LANG', 'en'),
- 'locales' => ['en', 'ar', 'de', 'es', 'es_AR', 'fr', 'nl', 'pt_BR', 'sk', 'sv', 'ja', 'pl', 'it', 'ru', 'zh_CN', 'zh_TW'],
+ 'locales' => ['en', 'ar', 'de', 'es', 'es_AR', 'fr', 'nl', 'pt_BR', 'sk', 'sv', '
kr', '
ja', 'pl', 'it', 'ru', 'zh_CN', 'zh_TW'],
/*
|--------------------------------------------------------------------------