* integrate Marko Samastur's translate.js with gettext and php
 * translate the first JavaScript strings
 * add scripts/i18n.php to generate the list of i18n dictionary
This commit is contained in:
Jan Dittberner 2007-12-01 23:15:26 +00:00
parent 3b234e141d
commit 4a15c5b5b6
15 changed files with 409 additions and 12 deletions

8
README
View file

@ -27,14 +27,18 @@ Please see INSTALL_ for installation instructions.
Used third party code
=====================
WebDAVAdmin uses the JQuery Javascript library for DOM manipulations
and AJAX calls.
DAVAdmin uses the JQuery Javascript library for DOM manipulations and
AJAX calls.
.. _JQuery: http://www.jquery.com/
Version 1.2.1 of JQuery has been used for developing this software and
is bundled in the ``scripts`` directory as ``jquery.js``.
DAVAdmin uses Marko Samastur's JavaScript i18n library.
.. http://markos.gaivo.net/blog/?p=100.
License
=======