This commit is contained in:
Thomas Citharel 2015-06-11 22:26:13 +02:00
parent c0d4c895a4
commit 98da2bc527

View file

@ -686,6 +686,7 @@ class Poche
setlocale(LC_ALL, $language);
bindtextdomain($language, LOCALE);
textdomain($language);
bind_textdomain_codeset($language, 'UTF-8');
$this->messages->add('s', _('welcome to your wallabag'));
Tools::logm('login successful');