Load the default language on startup #133

Merged
jakob.scheid merged 3 commits from fix/load-default-language into main 2026-07-21 19:59:06 +02:00
4 changed files with 19 additions and 1 deletions
Showing only changes of commit 2060134563 - Show all commits
+8
View File
@@ -0,0 +1,8 @@
# ------------------------------------------------ SUBJECT AREA
# ---------------------------------------------------------------------- DETAIL AREA
# Please enter a subject that is not longer than 50 characters.
# If you enter a detailed description, each line should not be longer
# than 72 characters. Break the line as soon as you reach this limit.
+5 -1
View File
@@ -1,3 +1,7 @@
# frontend
The frontend of the search engine Seekra.
The frontend of the search engine Seekra.
## Setup
Please execute the setup script in `scripts/` for your platform when cloning the repository.
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env pwsh
git config --local commit.template .gitmessage
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/bash
git config --local commit.template .gitmessage