SettingsBundle icon indicating copy to clipboard operation
SettingsBundle copied to clipboard

[RFC] Use TranslationBundle while editing Settings

Open rvanlaak opened this issue 9 years ago • 2 comments

The backend to edit Settings is great, especially because it just uses the Symfony form component in a proper way.

Some of my Settings require translation, that's why I'd like to know you opinion on integrating the TranslationFormBundle into your bundle. It will allow the SettingsBundle to introduce an optional config parameter:

dmishh_settings:
    settings:
        my_first_setting: 
            translatable: true

Can you maybe comment on the translation strategy to use? I'm using the KnpDoctrineExtension strategy in my application, which works great.

rvanlaak avatar Jun 22 '15 14:06 rvanlaak

This is a very cool feature! @Rvanlaak It would be just amazing if you felt the power to implement it and create eventually a pull request

dmishh avatar Jun 29 '15 02:06 dmishh

:+1: will dive into it it later this week.

rvanlaak avatar Jun 29 '15 07:06 rvanlaak