aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs-xsl/lfs-l10n.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2024-01-18 14:57:54 +0800
committerXi Ruoyao <xry111@xry111.site>2024-01-18 15:03:54 +0800
commit3626aa30487772be32d2b6ca591137ce88e9d616 (patch)
tree0c80b958cdfed7bc8f5444c61fe9c022f4308041 /stylesheets/lfs-xsl/lfs-l10n.xml
parent270b1732aa815623cc4f20a9b516099ce82eb313 (diff)
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.
Diffstat (limited to 'stylesheets/lfs-xsl/lfs-l10n.xml')
-rw-r--r--stylesheets/lfs-xsl/lfs-l10n.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/stylesheets/lfs-xsl/lfs-l10n.xml b/stylesheets/lfs-xsl/lfs-l10n.xml
index 582dae367..d06760244 100644
--- a/stylesheets/lfs-xsl/lfs-l10n.xml
+++ b/stylesheets/lfs-xsl/lfs-l10n.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='ISO-8859-1'?>
+<?xml version='1.0' encoding='UTF-8'?>
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
@@ -71,11 +71,11 @@
<l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"
language="es" english-language-name="Spanish">
- <l:gentext key="description" text="descripci&#243;n"/>
+ <l:gentext key="description" text="descripción"/>
<l:gentext key="Bootscripts" text="Guiones de arranque"/>
- <l:gentext key="Configuration Files" text="Ficheros de configuraci&#243;n"/>
- <l:gentext key="Kernel Configuration" text="Configuraci&#243;n del n&#250;cleo"/>
- <l:gentext key="Libraries" text="Librer&#237;as"/>
+ <l:gentext key="Configuration Files" text="Ficheros de configuración"/>
+ <l:gentext key="Kernel Configuration" text="Configuración del núcleo"/>
+ <l:gentext key="Libraries" text="Librerías"/>
<l:gentext key="Others" text="Otros"/>
<l:gentext key="Packages" text="Paquetes"/>
<l:gentext key="Programs" text="Programas"/>