amidesfahani / filament-tinyeditor

a TineMce editor for Laravel Filament Forms
MIT License
46 stars 17 forks source link

[Feature] Localisation support for zh_TW language configuration #32

Closed faydanube closed 5 months ago

faydanube commented 6 months ago

in the file vendor/amidesfahani/filament-tinyeditor/src/TinyEditor.php

The getInterfaceLanguage() method lacks support for zh_TW.

getInterfaceLanguage() 

For now, I can only configure the language directly in resources/views/vendor/filament-tinyeditor/tiny-editor.blade.php, and hopefully this can be implemented in the config file without changing the default views