Skip to content

Commit a31bfbe

Browse files
committed
add simplified Chinese to app.php
1 parent 9770abd commit a31bfbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/app.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
'de' => 'German',
8787
'fr' => 'French',
8888
'pt' => 'Portuguese',
89-
'ru' => 'Russian'
89+
'ru' => 'Russian',
90+
'cn' => '简体中文'
9091
],
9192

9293
/*

0 commit comments

Comments
 (0)