ui: set RTL on some languages

checking with a list I found online. need to set some things as forced
ltr, such as settings. For #450.
This commit is contained in:
Harvey Tindall
2025-12-07 20:38:43 +00:00
parent 12827f6c84
commit 99c6559a54
10 changed files with 12 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ .shortLang }}" class="{{ .cssClass }}">
<html lang="{{ .shortLang }}" dir="{{ .pageDirection }}" class="{{ .cssClass }}">
<head>
{{ template "syntaxhighlighting.html" . }}
<script>