Skip to content

Commit aaa0d51

Browse files
committed
Add mobile styling
1 parent f7c1e31 commit aaa0d51

File tree

5 files changed

+17
-12
lines changed

5 files changed

+17
-12
lines changed

getting-started/index.ar.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<!DOCTYPE html>
22
<html dir="rtl" lang="ar">
33
<head>
4-
<meta http-equiv="content-type" content="text/html; charset=utf-8">
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<title>الخطوات الأولى مع موقع التدويل في W3C</title>
67
<meta name="description" content="Advice for getting the most from the W3C Internationalization Activity subsite.">
78
<script>
@@ -20,7 +21,7 @@
2021
f.path = '../' // what you need to prepend to a URL to get to the /International directory
2122

2223
// AUTHORS AND TRANSLATORS should fill in these assignments:
23-
f.thisVersion = { date:'2022-05-03', time:'12:18'} // date and time of latest edits to this document/translation
24+
f.thisVersion = { date:'2025-10-26', time:'23:22' } // date and time of latest edits to this document/translation
2425
f.contributors = ''; // people providing useful contributions or feedback during review or at other times
2526
// make sure to translate the information in the meta description element
2627
// also make sure that the lang attribute on the html tag is correct!

getting-started/index.es.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="es">
33
<head>
4-
<meta charset="utf-8" />
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<title>Introducción al sitio del I18n del W3C</title>
6-
<meta name="description" content="Consejos para aprovechar al máximo el subsitio de Actividades de Unternacionalización del W3C." />
7+
<meta name="description" content="Consejos para aprovechar al máximo el subsitio de Actividades de Unternacionalización del W3C.">
78
<script>
89
var f = { }
910

@@ -20,7 +21,7 @@
2021
f.path = '../' // what you need to prepend to a URL to get to the /International directory
2122

2223
// AUTHORS AND TRANSLATORS should fill in these assignments:
23-
f.thisVersion = { date:'2022-05-03', time:'13:48'} // date and time of latest edits to this document/translation
24+
f.thisVersion = { date:'2025-10-26', time:'23:23' } // date and time of latest edits to this document/translation
2425
f.contributors = ''; // people providing useful contributions or feedback during review or at other times
2526
// make sure to translate the information in the meta description element
2627
// also make sure that the lang attribute on the html tag is correct!

getting-started/index.fr.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="fr">
33
<head>
4-
<meta charset="utf-8" />
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<title>Introduction au site W3C I18n</title>
6-
<meta name="description" content="Nos conseils pour tirer le plus possible du site de l’Activité internationalisation du W3C." />
7+
<meta name="description" content="Nos conseils pour tirer le plus possible du site de l’Activité internationalisation du W3C.">
78
<script>
89
var f = { }
910

@@ -20,7 +21,7 @@
2021
f.path = '../' // what you need to prepend to a URL to get to the /International directory
2122

2223
// AUTHORS AND TRANSLATORS should fill in these assignments:
23-
f.thisVersion = { date:'2022-06-02', time:'12:18'} // date and time of latest edits to this document/translation
24+
f.thisVersion = { date:'2025-10-26', time:'23:23' } // date and time of latest edits to this document/translation
2425
f.contributors = 'Jean-Christophe Helary, mise à jour de la traduction'; // people providing useful contributions or feedback during review or at other times
2526
// make sure to translate the information in the meta description element
2627
// also make sure that the lang attribute on the html tag is correct!

getting-started/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<title>Getting Started with the W3C I18n site</title>
67
<meta name="description" content="Advice for getting the most from the W3C Internationalization Activity subsite.">
78
<script>
@@ -20,7 +21,7 @@
2021
f.path = '../' // what you need to prepend to a URL to get to the /International directory
2122

2223
// AUTHORS AND TRANSLATORS should fill in these assignments:
23-
f.thisVersion = { date:'2025-10-26', time:'23:20' } // date and time of latest edits to this document/translation
24+
f.thisVersion = { date:'2025-10-26', time:'23:21' } // date and time of latest edits to this document/translation
2425
f.contributors = ''; // people providing useful contributions or feedback during review or at other times
2526
// make sure to translate the information in the meta description element
2627
// also make sure that the lang attribute on the html tag is correct!

getting-started/index.zh-hans.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="zh-hans">
33
<head>
4-
<meta charset="utf-8" />
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<title>W3C国际化网站入门</title>
6-
<meta name="description" content="有关如何从W3C国际化活动获得最大收益的建议。" />
7+
<meta name="description" content="有关如何从W3C国际化活动获得最大收益的建议。">
78
<script>
89
var f = { }
910

@@ -20,7 +21,7 @@
2021
f.path = '../' // what you need to prepend to a URL to get to the /International directory
2122

2223
// AUTHORS AND TRANSLATORS should fill in these assignments:
23-
f.thisVersion = { date:'2024-11-07', time:'12:18'} // date and time of latest edits to this document/translation
24+
f.thisVersion = { date:'2025-10-26', time:'23:23' } // date and time of latest edits to this document/translation
2425
f.contributors = ''; // people providing useful contributions or feedback during review or at other times
2526
// make sure to translate the information in the meta description element
2627
// also make sure that the lang attribute on the html tag is correct!

0 commit comments

Comments
 (0)