mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-27 17:28:39 +00:00
Fix #1215
This commit is contained in:
parent
c0d4c895a4
commit
98da2bc527
1 changed files with 1 additions and 0 deletions
|
@ -686,6 +686,7 @@ class Poche
|
||||||
setlocale(LC_ALL, $language);
|
setlocale(LC_ALL, $language);
|
||||||
bindtextdomain($language, LOCALE);
|
bindtextdomain($language, LOCALE);
|
||||||
textdomain($language);
|
textdomain($language);
|
||||||
|
bind_textdomain_codeset($language, 'UTF-8');
|
||||||
|
|
||||||
$this->messages->add('s', _('welcome to your wallabag'));
|
$this->messages->add('s', _('welcome to your wallabag'));
|
||||||
Tools::logm('login successful');
|
Tools::logm('login successful');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue