Ignore:
Timestamp:
01/18/2024 07:03:54 AM (9 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, 12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
9bbd87a
Parents:
270b173
git-author:
Xi Ruoyao <xry111@…> (01/18/2024 06:57:54 AM)
git-committer:
Xi Ruoyao <xry111@…> (01/18/2024 07:03:54 AM)
Message:

Use UTF-8 characters instead of &#...;

This is done via:

find -name \*.xml -or -name \*.xsl | xargs python3 utf8ize.py

with https://linuxfromscratch.org/~xry111/utf8ize.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/lfs-l10n.xml

    r270b173 r3626aa30  
    1 <?xml version='1.0' encoding='ISO-8859-1'?>
     1<?xml version='1.0' encoding='UTF-8'?>
    22
    33<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
     
    7272          language="es" english-language-name="Spanish">
    7373
    74     <l:gentext key="description" text="descripci&#243;n"/>
     74    <l:gentext key="description" text="descripción"/>
    7575    <l:gentext key="Bootscripts" text="Guiones de arranque"/>
    76     <l:gentext key="Configuration Files" text="Ficheros de configuraci&#243;n"/>
    77     <l:gentext key="Kernel Configuration" text="Configuraci&#243;n del n&#250;cleo"/>
    78     <l:gentext key="Libraries" text="Librer&#237;as"/>
     76    <l:gentext key="Configuration Files" text="Ficheros de configuración"/>
     77    <l:gentext key="Kernel Configuration" text="Configuración del núcleo"/>
     78    <l:gentext key="Libraries" text="Librerías"/>
    7979    <l:gentext key="Others" text="Otros"/>
    8080    <l:gentext key="Packages" text="Paquetes"/>
Note: See TracChangeset for help on using the changeset viewer.