Page MenuHomeFreeBSD

[New Port] py-django-statici18n
ClosedPublic

Authored by miwi on Dec 19 2015, 3:11 PM.
Tags
None
Referenced Files
F150631341: D4641.diff
Thu, Apr 2, 11:15 PM
Unknown Object (File)
Wed, Mar 25, 7:16 PM
Unknown Object (File)
Mon, Mar 16, 2:07 AM
Unknown Object (File)
Mon, Mar 16, 2:02 AM
Unknown Object (File)
Thu, Mar 12, 9:24 PM
Unknown Object (File)
Thu, Mar 12, 8:35 PM
Unknown Object (File)
Feb 23 2026, 6:15 PM
Unknown Object (File)
Feb 7 2026, 8:13 PM
Subscribers
None

Details

Summary

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

miwi retitled this revision from to [New Port] py-django-statici18n.
miwi updated this object.
miwi edited the test plan for this revision. (Show Details)
miwi added reviewers: mat, bapt.
miwi set the repository for this revision to rP FreeBSD ports repository.
mat edited edge metadata.
This revision is now accepted and ready to land.Dec 19 2015, 9:03 PM