{% extends "admin/base_app.html" %} {% load core i18n assets %} {% block breadcrumbs %} {{ block.super }}
{% trans "Translation path mapping should be of the format:" %}
`/path/to/translation/files/<language_code>/<dir_path>/<filename>.<ext>`
{% blocktrans trimmed %} Only `<language_code>` is required, although it must end with `.<ext>` {% endblocktrans %}
{% blocktrans trimmed %} If you are using the localfs backend the translation path mapping will be combined with the path specified in backend URL {% endblocktrans %}
{% blocktrans trimmed %} For other backends the translation path mapping will be relative to the root of the repository. {% endblocktrans %}