django-statici18n icon indicating copy to clipboard operation
django-statici18n copied to clipboard

A Django app that compiles i18n JavaScript catalogs to static files.

Results 2 django-statici18n issues
Sort by recently updated
recently updated
newest added

This solves the following problem: I want the end-user to cache the complied translations file (via `Cache-Control` response header). But I need the filename to contain revision (content hash or...

The locale flag (`--locale`, `-l`) for `django-admin` commands `makemessages` and `compilemessages` require a [locale name](https://docs.djangoproject.com/en/5.1/topics/i18n/#term-locale-name), as specified and juxtaposed with [language codes](https://docs.djangoproject.com/en/5.1/topics/i18n/#term-language-code) in the documentation. Currently, `django-statici18n` (version 2.5.0) requires...