1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 05:01:27 +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

@@ -39,6 +39,7 @@
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<script type="text/javascript" src="prototype.js"></script>
<script type="text/javascript" src="localized_js.php?<?php echo $dt_add ?>"></script>
<script type="text/javascript" src="functions.js?<?php echo $dt_add ?>"></script>
<script type="text/javascript" src="prefs.js?<?php echo $dt_add ?>"></script>