Skip to content

Commit 88a4dc9

Browse files
committed
Update supported locales list
1 parent e5a8cbc commit 88a4dc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/cachet.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,12 @@
136136
|
137137
*/
138138
'supported_locales' => [
139+
'de' => 'Deutsch',
140+
'de_DE' => 'Deutsch (DE)',
139141
'en' => 'English',
140142
'en_GB' => 'English (UK)',
143+
'pt_BR' => 'Português (BR)',
144+
'zh_CN' => '简体中文',
145+
'zh_TW' => '繁體中文',
141146
],
142147
];

0 commit comments

Comments
 (0)