tomatophp / filament-translations

Manage your translation with DB and cache
https://tomatophp.com/en/open-source/filament-translations
MIT License
42 stars 16 forks source link

Feature: button to manually add translation #9

Closed mrvnklm closed 5 months ago

mrvnklm commented 5 months ago

Would be nice to manually add a translation key, because sometime theres some keys that are generated on the fly so they cant be recognized by scanning the files.

3x1io commented 5 months ago

@mrvnklm oh! good idea, i will try to add this feature on the next release

mrvnklm commented 5 months ago

nice and also maybe allow sorting by created / updated at 👍

3x1io commented 5 months ago

@mrvnklm another good idea thanks

3x1io commented 5 months ago

Allow Create Button to Create New Language

If you want to allow the user to create a new language, you need to add the following to your panel provider:

$panel->plugin(\TomatoPHP\FilamentTranslations\FilamentTranslationsPlugin::make()->allowCreate())

check v1.0.12