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>
|
<#import "lib-home-page.ftl" as lh>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="${country}">
|
||||||
<head>
|
<head>
|
||||||
<#include "head.ftl">
|
<#include "head.ftl">
|
||||||
<#if geoFocusMapsEnabled >
|
<#if geoFocusMapsEnabled >
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<#import "lib-list.ftl" as l>
|
<#import "lib-list.ftl" as l>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="${country}">
|
||||||
<head>
|
<head>
|
||||||
<#include "head.ftl">
|
<#include "head.ftl">
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
<#import "lib-home-page.ftl" as lh>
|
<#import "lib-home-page.ftl" as lh>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="${country}">
|
||||||
<head>
|
<head>
|
||||||
<#include "head.ftl">
|
<#include "head.ftl">
|
||||||
<#if geoFocusMapsEnabled >
|
<#if geoFocusMapsEnabled >
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<#import "lib-list.ftl" as l>
|
<#import "lib-list.ftl" as l>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="${country}">
|
||||||
<head>
|
<head>
|
||||||
<#include "head.ftl">
|
<#include "head.ftl">
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue