mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 02:16:03 +00:00
js: add initial i18n stuff
This commit is contained in:
@@ -140,6 +140,10 @@ function notify_real(msg, no_hide, n_type) {
|
||||
|
||||
*/
|
||||
|
||||
if (typeof __ != 'undefined') {
|
||||
msg = __(msg);
|
||||
}
|
||||
|
||||
if (n_type == 1) {
|
||||
n.className = "notify";
|
||||
} else if (n_type == 2) {
|
||||
|
||||
Reference in New Issue
Block a user