[Bug 203935] [NEW PORT] www/py-django-statici18n: Helper for generating Javascript catalog to static files
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Oct 21 15:17:35 UTC 2015
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 at FreeBSD.org
Reporter: Ultima1252 at 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.
More information about the freebsd-ports-bugs
mailing list