Replace hardcoded en locale with current locale in lang attributes (#237)
This commit is contained in:
parent
2be59bbe02
commit
250566446f
4 changed files with 4 additions and 4 deletions
|
@ -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 >
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<#import "lib-list.ftl" as l>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="${country}">
|
||||
<head>
|
||||
<#include "head.ftl">
|
||||
</head>
|
||||
|
|
|
@ -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 >
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<#import "lib-list.ftl" as l>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="${country}">
|
||||
<head>
|
||||
<#include "head.ftl">
|
||||
</head>
|
||||
|
|
Loading…
Add table
Reference in a new issue