working on locale (not yet fully working)

This commit is contained in:
vabene1111
2024-07-21 07:03:21 +02:00
parent 5b3445a5b5
commit 8a4ffc5e0c
6 changed files with 133 additions and 3 deletions

View File

@@ -1,12 +1,15 @@
{% load django_vite %}
{% load i18n %}
{% get_current_language as LANGUAGE_CODE %}
{% load theming_tags %}
{% load custom_tags %}
{% theme_values request as theme_values %}
<!DOCTYPE html>
<html>
<html lang="{{ LANGUAGE_CODE }}">
<head>
<title>Tandoor</title>
<meta charset="utf-8">