i18n.py 146 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 # Internationalization # https://docs.djangoproject.com/en/{{ docs_version }}/topics/i18n/ LANGUAGE_CODE = 'ru' USE_I18N = True USE_L10N = True