🔖 dashboard v0.13.3 improve l10n

This commit is contained in:
naiba
2022-04-30 21:30:58 +08:00
parent 37315acfca
commit 9daa48945b
13 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{{define "theme-mdui/home"}}
<!doctype html>
<html lang="zh-CN">
<html lang="{{.Conf.Language}}">
<head>
<meta charset="utf-8">

View File

@@ -1,6 +1,6 @@
{{define "theme-mdui/service"}}
<!doctype html>
<html lang="zh-CN">
<html lang="{{.Conf.Language}}">
<head>
<meta charset="utf-8">

View File

@@ -1,6 +1,6 @@
{{define "theme-mdui/viewpassword"}}
<!doctype html>
<html lang="zh-CN">
<html lang="{{.Conf.Language}}">
<head>
<meta charset="utf-8">