Skip to content

Commit c7ae1da

Browse files
committed
Added missing viewport meta tag to html resources
The viewport meta tag was missing in the translated html resources, which caused small unreadable error pages in Androids Browser when using other languages than the default english one. Change-Id: Icf6fbb6b5efc2de9bc18887bed5db009675bb313 Signed-off-by: Dominik <dominik@dominikschuermann.de>
1 parent 20d6caf commit c7ae1da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-0
lines changed

core/res/res/raw-ar/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>صفحة الويب غير متوفرة</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; direction: rtl; }

core/res/res/raw-ar/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>صفحة الويب غير متوفرة</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; direction: rtl; }

core/res/res/raw-cs/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-cs/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-da/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Websiden er ikke tilg&aelig;ngelig</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-da/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Websiden er ikke tilg&aelig;ngelig</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-de/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Webseite nicht verf&uuml;gbar</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-de/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Webseite nicht verf&uuml;gbar</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-en-rGB/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Web page not available</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-en-rGB/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Web page not available</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

0 commit comments

Comments
 (0)