mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 08:15:56 +00:00
Add missing translations in SINGLE_USER_MODE
In SINGLE_USER_MODE, some strings were untranslated.
For instance "Loading, please wait..." and all strings in the "Actions" Menu ("Preferences...", "Search..." and so on)
This commit is contained in:
@@ -819,6 +819,7 @@
|
|||||||
if (SINGLE_USER_MODE) {
|
if (SINGLE_USER_MODE) {
|
||||||
@session_start();
|
@session_start();
|
||||||
authenticate_user("admin", null);
|
authenticate_user("admin", null);
|
||||||
|
startup_gettext();
|
||||||
load_user_plugins($_SESSION["uid"]);
|
load_user_plugins($_SESSION["uid"]);
|
||||||
} else {
|
} else {
|
||||||
if (!validate_session()) $_SESSION["uid"] = false;
|
if (!validate_session()) $_SESSION["uid"] = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user