1
0
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:
Andrew Dolgov
2007-03-06 07:54:47 +01:00
parent ac7bcd7135
commit f3977cf5f4
7 changed files with 338 additions and 92 deletions

View File

@@ -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) {