{% extends "rosetta/base.html" %} {% load i18n %} {% load url from future %} {% block pagetitle %}{{block.super}} - {% trans "Language selection" %}{% endblock %} {% block breadcumbs %}
{% trans "Couldn't load the specified language file. This usually happens when using the Encrypted Cookies Session Storage backend on Django 1.4 or higher.
Setting ROSETTA_STORAGE_CLASS = 'rosetta.storage.CacheRosettaStorage' in your settings file should fix this." %}
{% trans "You haven't specified any languages in your settings file, or haven't yet generated a batch of translation catalogs." %}
{% blocktrans with "http://docs.djangoproject.com/en/dev/topics/i18n/#topics-i18n" as i18n_doc_link %}Please refer to Django's I18N documentation for a guide on how to set up internationalization for your project.{% endblocktrans %}
{% endif %}