aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/translations
Commit message (Collapse)AuthorAgeFilesLines
* Convert english translation fileJeremy Benoist2016-03-203-18/+30
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Add Turkish translationOgün Karakuş2016-01-241-0/+7
| | | | Signed-off-by: Ogün Karakuş <kirk5bucuk@gmail.com>
* Update HTML 2FA templateJeremy Benoist2016-01-212-12/+8
| | | | | | Split paragraph in translation Inject wallabag_url for image in HTML template Remove username & password from config_dev.yml (null are already the default value)
* Use HTML email for 2FAJeremy Benoist2016-01-212-8/+6
| | | | Related to #1490
* Add custom email for 2FAJeremy Benoist2015-12-292-0/+20
Related #1490