]>
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:
0070592
)
Add zh_TW Locales.
780/head
author
Jason Cheng
<redacted>
Mon, 2 Apr 2018 08:09:23 +0000
(16:09 +0800)
committer
Jason Cheng
<redacted>
Mon, 2 Apr 2018 08:09:23 +0000
(16:09 +0800)
Add zh_TW Locales.
config/app.php
patch
|
blob
|
history
diff --git
a/config/app.php
b/config/app.php
index fad0c20f247fb97c84833f268c3c545c55ef6465..b3bc4b8fd1b9fbb49436308f4b6f9b1265007886 100755
(executable)
--- a/
config/app.php
+++ b/
config/app.php
@@
-61,7
+61,7
@@
return [
*/
'locale' => env('APP_LANG', 'en'),
- 'locales' => ['en', 'de', 'es', 'es_AR', 'fr', 'nl', 'pt_BR', 'sk', 'sv', 'ja', 'pl', 'it', 'ru', 'zh_CN'],
+ 'locales' => ['en', 'de', 'es', 'es_AR', 'fr', 'nl', 'pt_BR', 'sk', 'sv', 'ja', 'pl', 'it', 'ru', 'zh_CN'
, 'zh_TW'
],
/*
|--------------------------------------------------------------------------