Add first day of the week feature to user settings and calendar functionality

This commit is contained in:
Greg Burri 2025-04-19 12:01:46 +02:00
parent 39f5b968b4
commit fdbf2e4f27
15 changed files with 191 additions and 42 deletions

View file

@ -1,5 +1,7 @@
<!DOCTYPE html>
<html lang="{{ context.tr.current_lang_and_territory_code() }}" data-user-logged="{{ context.user.is_some() }}" >
<html lang="{{ context.tr.current_lang_and_territory_code() }}"
data-user-logged="{{ context.user.is_some() }}"
data-user-first-day-of-the-week="{{ context.first_day_of_the_week().to_string() }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">