mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-10 11:41:33 +00:00
add gettext to js, bump translations
This commit is contained in:
@@ -32,9 +32,9 @@ function toggleTags() {
|
||||
var p = document.getElementById("dispSwitchPrompt");
|
||||
|
||||
if (display_tags) {
|
||||
p.innerHTML = "display feeds";
|
||||
p.innerHTML = __("display feeds");
|
||||
} else {
|
||||
p.innerHTML = "display tags";
|
||||
p.innerHTML = __("display tags");
|
||||
}
|
||||
|
||||
notify_progress("Loading, please wait...");
|
||||
|
||||
Reference in New Issue
Block a user