mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Merge branch 'master' into added-scan-button-to-navbar
This commit is contained in:
commit
2dd1843aac
288 changed files with 6583 additions and 4161 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue