mirror of
https://github.com/wallabag/wallabag.git
synced 2025-03-13 14:42:39 +00:00
Merge branch 'dev' of http://github.com/wallabag/wallabag into dev
This commit is contained in:
commit
21353e4448
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue