Skip to content

Commit

Permalink
Add Chinese as locale option
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman committed Jul 28, 2017
1 parent 627b29c commit aa1dbec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Srinivas's a web applications architect, with a passion for open source technolo
- Pietro Marangon (@Pe46dro) - Italian
- Abdullah Seba (@abdullahseba) - Arabic
- Bruno Silva (@brunomnsilva) - Portuguese
- @BruceGui - Chinese
- @kevinrombach - German
- @rafa31gz - Spanish
- @splitt3r - German
Expand Down
1 change: 1 addition & 0 deletions app/sprinkles/core/config/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
// with the exception of English, which as the default language comes first.
'available' => [
'en_US' => 'English',
'zh_CN' => '中文',
'es_ES' => 'Español',
'ar' => 'العربية',
'pt_PT' => 'Português',
Expand Down
2 changes: 1 addition & 1 deletion app/sprinkles/core/locale/en_US/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

"SLUG" => "Slug",
"SLUG_CONDITION" => "Slug/Conditions",
"SLUG_IN_USE" => "A <strong>{{slug}}</strong> slug already exist",
"SLUG_IN_USE" => "A <strong>{{slug}}</strong> slug already exists",
"STATUS" => "Status",
"SUGGEST" => "Suggest",

Expand Down
2 changes: 1 addition & 1 deletion app/sprinkles/core/locale/zh_CN/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

"SLUG" => "Slug",
"SLUG_CONDITION" => "Slug/Conditions",
"SLUG_IN_USE" => "A <strong>{{slug}}</strong> slug already exist",
"SLUG_IN_USE" => "A <strong>{{slug}}</strong> slug already exists",
"STATUS" => "状态",
"SUGGEST" => "建议",

Expand Down

0 comments on commit aa1dbec

Please sign in to comment.