1. https://github.com/amidesfahani/filament-tinyeditor/blob/9b86b633860a6a75f16f5adb93112f16824a2020/src/TinyEditor.php#L230 need add support zh_CN and more: ```` 'zh_CN' => 'zh-CN', 'zh_TW' => 'zh-TW', 'zh_HK' => 'zh-HK', 'zh_MO' => 'zh-MO', 'zh_SG' => 'zh-CN' ```` 2. https://github.com/amidesfahani/filament-tinyeditor/blob/9b86b633860a6a75f16f5adb93112f16824a2020/config/filament-tinyeditor.php#L65 in this config file ,languages is not use.
filament-tinyeditor/src/TinyEditor.php
Line 230 in 9b86b63
need add support zh_CN and more:
filament-tinyeditor/config/filament-tinyeditor.php
Line 65 in 9b86b63
in this config file ,languages is not use.