Open
Description
<
57DC
div class="Box-sc-g0xbh4-0 markdown-body NewMarkdownViewer-module__safe-html-box--cRsz0">
Describe the bug
The declared locale identifier isn't reflected in outputted HTML. Pages are hardcoded as always English.
To Reproduce
Steps to reproduce the behavior:
- Install and setup Upptime according to instructions.
- Check what declared language is in HTML. The second row reads
<html lang=en>
. - Add non-English translation, including locale name, to configuration according to instructions.
- Again check declared language in HTML, it's still
lang=en
.
Expected behavior
The declared language should be used as HTML page language.
Desktop
- OS: macOS 14.6.1
- Browser: Safari 17.6
Additional context