diff --git a/config/cachet.php b/config/cachet.php index af6f7df5..271f1ce0 100644 --- a/config/cachet.php +++ b/config/cachet.php @@ -153,9 +153,9 @@ return [ 'en' => 'English', 'en_GB' => 'English (UK)', 'es_ES' => 'Spanish (ES)', - 'ko' => '한국어', + 'ko' => '한국어', 'nl' => 'Nederlands', - 'ph' => 'Filipino', + 'ph' => 'Filipino', 'pt_BR' => 'Português (BR)', 'zh_CN' => '简体中文', 'zh_TW' => '繁體中文',