Merge branch 'master' into added-scan-button-to-navbar

This commit is contained in:
Jan Böhmer 2024-06-22 23:03:10 +02:00
commit 2dd1843aac
288 changed files with 6583 additions and 4161 deletions

View file

@ -1,5 +1,7 @@
<!DOCTYPE html>
<html lang="{{ app.request.locale }}">
<html lang="{{ app.request.locale | replace({"_": "-"}) }}"
{# For the UX translator, just use the language part (before the _. should be 2 chars), otherwise it finds no translations #}
data-symfony-ux-translator-locale="{{ app.request.locale|u.truncate(2) }}">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">