Replace hardcoded en locale with current locale in lang attributes

This commit is contained in:
Brian Lowe 2021-04-21 17:19:44 +03:00
parent 2fa7cce5c7
commit d72472824a
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
<#import "lib-home-page.ftl" as lh>
<!DOCTYPE html>
<html lang="en">
<html lang="${country}">
<head>
<#include "head.ftl">
<#if geoFocusMapsEnabled >

View file

@ -3,7 +3,7 @@
<#import "lib-list.ftl" as l>
<!DOCTYPE html>
<html lang="en">
<html lang="${country}">
<head>
<#include "head.ftl">
</head>

View file

@ -15,7 +15,7 @@
<#import "lib-home-page.ftl" as lh>
<!DOCTYPE html>
<html lang="en">
<html lang="${country}">
<head>
<#include "head.ftl">
<#if geoFocusMapsEnabled >

View file

@ -3,7 +3,7 @@
<#import "lib-list.ftl" as l>
<!DOCTYPE html>
<html lang="en">
<html lang="${country}">
<head>
<#include "head.ftl">
</head>