Update language attribute in Keycloak theme templates to default to Russian

This commit is contained in:
Первов Артем
2026-04-06 00:45:17 +03:00
parent 14b0a473b0
commit f74bb56a89
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="${properties.kcHtmlClass!}" lang="${lang}">
<html class="${properties.kcHtmlClass!}" lang="${(locale.currentLanguageTag)!'ru'}">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="${properties.kcHtmlClass!}" lang="${lang}">
<html class="${properties.kcHtmlClass!}" lang="${(locale.currentLanguageTag)!'ru'}">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="${properties.kcHtmlClass!}" lang="${lang}">
<html class="${properties.kcHtmlClass!}" lang="${(locale.currentLanguageTag)!'ru'}">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="${properties.kcHtmlClass!}" lang="${lang}">
<html class="${properties.kcHtmlClass!}" lang="${(locale.currentLanguageTag)!'ru'}">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />