]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
Language selection on config screen
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Thu, 1 Oct 2015 14:28:38 +0000 (16:28 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 15 Oct 2015 19:42:29 +0000 (21:42 +0200)
commitc89d35e851d26b78f89bd7ece5e3eaa109c8cac0
tree554523b6b376d258fbf82b8ef8ec16236f774b5f
parent3d3ed955f11006a408c6596eb9151a0afb28e721
Language selection on config screen
app/config/config.yml
app/config/services.yml
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/DependencyInjection/Configuration.php [new file with mode: 0644]
src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php
src/Wallabag/CoreBundle/EventListener/LocaleListener.php [new file with mode: 0644]
src/Wallabag/CoreBundle/EventListener/UserLocaleListener.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Form/Type/ConfigType.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php