mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-17 01:21:05 +00:00
Previously, state was extensively persisted in the cache. This large-scale rewrite uses the cache only to persist changes to the catalog file when it is read-only. State is now conveyed through the url structure and through query string arguments. The primary downside to this new approach is that there's no explicit way of purging a cached catalog from memory, or refreshing it from what's on disk. The user is forced (untransparently!) to wait until the cached file falls out of the cache (untransparently!), which is currently 24 hours after the last save (or after if the session ends). Addressing this would require some design considerations, and probably some new text that would require its own translation. |
||
|---|---|---|
| .. | ||
| test_app | ||
| __init__.py | ||
| django.po.issue24gh.template | ||
| django.po.issue34gh.template | ||
| django.po.issue38gh.template | ||
| django.po.issue39gh.template | ||
| django.po.issue60.template | ||
| django.po.issue67.template | ||
| django.po.issue79.template | ||
| django.po.template | ||
| django.po.test44.template | ||
| pr44.po.template | ||
| tests.py | ||
| urls.py | ||
| views.py | ||