schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Allow user to filter messages in the web-ui #460

Closed azine closed 6 years ago

azine commented 7 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License Apache2

Description

With lager message catalogues I found myself often use the search functionality of the browser to find a key I wanted to update.

This PR introduces a text-box that allows the user to filter the message-table for keys matching the search term. Changing the language with the language-chooser will keep the filter applied on the next page.

azine commented 7 years ago

@schmittjoh any thoughts on this PR? If you want anything changed, please let me know, otherwise it would be cool if you could merge it. Cheers,

azine commented 6 years ago

Hi guys,

Can any one with merge-rights (@gnat42 @Tschebel @artursvonda @schmittjoh ...) please take a look at this PR and share your thoughts on it or merge or tell me what changes you'd want to see.

Thanks! dominik

azine commented 6 years ago

anyone? please?!

gnat42 commented 6 years ago

thanks @azine just a heads up this bundle is essentially unmaintained.

azine commented 6 years ago

@gnat42 thanks for the merge and the info about the maintenance. How do you translate your messages then? What would a suggested replacement be? I find this bundle does a pretty good job. PS: a new version tag would be nice too. ;-)

gnat42 commented 6 years ago

So one of the other maintainers of this bundle started building their own when the owner here didn't really want much to happen with this one. I think it's called php-translation/symfony-bundle.

---- On Sat, 18 Nov 2017 15:41:48 -0700 notifications@github.com wrote ----

@gnat42 thanks for the merge and the info about the maintenance. How do you translate your messages then? What would a suggested replacement be? I find this bundle does a pretty good job.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

azine commented 6 years ago

@gnat42 could you tag the current head master with a new version, so I don't have to depend on "dev-master"?! Thanks.