Date: Wed, 21 Oct 2015 15:17:35 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203935] [NEW PORT] www/py-django-statici18n: Helper for generating Javascript catalog to static files Message-ID: <bug-203935-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203935 Bug ID: 203935 Summary: [NEW PORT] www/py-django-statici18n: Helper for generating Javascript catalog to static files Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: Ultima1252@gmail.com Created attachment 162298 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162298&action=edit py-django-statici18n.diff When dealing with internationalization in JavaScript code, Django provides the javascript_catalog view which sends out a JavaScript code library with functions that mimic the gettext interface, plus an array of translation strings. At first glance, it works well and everything is fine. But, because javascript_catalog view is generating JavaScript catalog dynamically on each request, it's adding an overhead that can be an issue with site growth. WWW: https://github.com/zyegfryed/django-statici18n https://reviews.freebsd.org/D3946 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203935-13>