mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:05:55 +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) {
|
||||
@session_start();
|
||||
authenticate_user("admin", null);
|
||||
startup_gettext();
|
||||
load_user_plugins($_SESSION["uid"]);
|
||||
} else {
|
||||
if (!validate_session()) $_SESSION["uid"] = false;
|
||||
|
||||
Reference in New Issue
Block a user