Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / py-django-statici18n / pkg-descr
1 When dealing with internationalization in JavaScript code, Django provides
2 the javascript_catalog view which sends out a JavaScript code library with
3 functions that mimic the gettext interface, plus an array of translation
4 strings.
5
6 At first glance, it works well and everything is fine. But, because
7 javascript_catalog view is generating JavaScript catalog dynamically
8 on each request, it's adding an overhead that can be an issue with site
9 growth.
10
11 WWW: https://github.com/zyegfryed/django-statici18n