website diff en/doc/scratchbook/locale.html @ rev 1344

Resize balinor logo to 120px
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jan 22 23:02:15 2021 +0100 (2021-01-22)
parents c2f9d5d0f314
children
line diff
     1.1 --- a/en/doc/scratchbook/locale.html	Thu Mar 29 01:59:45 2012 +0300
     1.2 +++ b/en/doc/scratchbook/locale.html	Fri Jan 22 23:02:15 2021 +0100
     1.3 @@ -1,23 +1,22 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +<!DOCTYPE html>
     1.8 +<html lang="en">
     1.9  <head>
    1.10 -    <title>SliTaz Scratchbook - Locale &amp; i18n</title>
    1.11 -    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.12 -    <meta name="description" content="" />
    1.13 -    <meta name="expires" content="never" />
    1.14 -    <meta name="modified" content="2008-11-22 17:00:00" />
    1.15 -    <meta name="publisher" content="www.slitaz.org" />
    1.16 -    <meta name="author" content="Christophe Lincoln"/>
    1.17 -    <link rel="shortcut icon" href="favicon.ico" />
    1.18 -    <link rel="stylesheet" type="text/css" href="book.css" />
    1.19 +	<meta charset="UTF-8">
    1.20 +	<title>SliTaz Scratchbook - Locale &amp; i18n</title>
    1.21 +	<meta name="description" content="">
    1.22 +	<meta name="expires" content="never">
    1.23 +	<meta name="modified" content="2008-11-22 17:00:00">
    1.24 +	<meta name="publisher" content="www.slitaz.org">
    1.25 +	<meta name="author" content="Christophe Lincoln">
    1.26 +	<link rel="shortcut icon" href="favicon.ico">
    1.27 +	<link rel="stylesheet" href="book.css">
    1.28  </head>
    1.29 -<body bgcolor="#ffffff">
    1.30 +<body>
    1.31  
    1.32  <!-- Header and quick navigation -->
    1.33  <div id="header">
    1.34  <div align="right" id="quicknav">
    1.35 -    <a name="top"></a>
    1.36 +    <span id="top"></span>
    1.37      <a href="base-ncurses.html">Base ncurses</a> |
    1.38      <a href="index.html">Table of contents</a> |
    1.39      <a href="boot-scripts.html">Boot scripts</a>
    1.40 @@ -38,8 +37,8 @@
    1.41  	<li><a href="#install">Locale installation.</a></li>
    1.42  	<li><a href="#config">Config and use of locale on SliTaz.</a></li>
    1.43  </ul>
    1.44 -<a name="install"></a>
    1.45 -<h3><font color="#6c0023">Locale installation</font></h3>
    1.46 +
    1.47 +<h3 id="install">Locale installation</h3>
    1.48  <p>
    1.49  This chapter describes the installation of locales in SliTaz GNU/Linux from a SliTaz GNU/Linux host system. 
    1.50  The installation of locales contained in the X server are described in the chapter 
    1.51 @@ -116,8 +115,8 @@
    1.52  </p>
    1.53  <pre> # rm rootfs/usr/bin/localedef
    1.54  </pre>
    1.55 -<a name="config"></a>
    1.56 -<h3><font color="#6c0023">Config and use of locale</font></h3>
    1.57 +
    1.58 +<h3 id="config">Config and use of locale</h3>
    1.59  <p>
    1.60  To use a language in a session, you can create a script launched at boot, or 
    1.61  add 2 lines to the ~/.profile specific to each user with:
    1.62 @@ -128,15 +127,15 @@
    1.63  
    1.64  </pre>
    1.65  <p>
    1.66 -Voil&agrave;, the French language should now function If you installed retawq or nano, you can check the 
    1.67 +Voilà, the French language should now function If you installed retawq or nano, you can check the
    1.68  performance of locales by copying the .mo files in the sources of Retawq or Nano to /usr/share/locale/fr/LC_MESSAGES.
    1.69  </p>
    1.70  <h4>Following chapter</h4>
    1.71  <p>
    1.72  SliTaz uses the /etc/init.d/i18n.sh script and the /etc/locale.conf configuration file to 
    1.73  manage the system locale. This is detailed in the next chapter <a href="boot-scripts.html">Boot scripts</a>. 
    1.74 -On a working system, just modify /etc/locale.conf with a text editor or launch 'tazlocale' 
    1.75 -to change the default system locale Or to specify the language as a boot option: <code>lang=xx</code>.
    1.76 +On a working system, just modify /etc/locale.conf with a text editor or launch ‘tazlocale’
    1.77 +to change the default system locale OR to specify the language as a boot option: <code>lang=xx</code>.
    1.78  </p>
    1.79  
    1.80