Ignore:
Timestamp:
05/30/2005 09:34:17 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
e9116cc
Parents:
74390482
Message:

Removed excess spaces from the ends of lines in the source files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4504 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/intltool.xml

    r74390482 r8d77de6  
    3030    <title>Introduction to Intltool</title>
    3131
    32     <para>The <application>intltool</application> package contains an 
    33     internationalization tool. This is useful for extracting translatable strings 
    34     from source files, collecting the extracted strings with messages from 
    35     traditional source files (<filename class="directory">&lt;source 
    36     directory&gt;/&lt;package&gt;/po</filename>) and merging the translations into 
    37     <filename>.xml</filename>, <filename>.desktop</filename> and 
     32    <para>The <application>intltool</application> package contains an
     33    internationalization tool. This is useful for extracting translatable strings
     34    from source files, collecting the extracted strings with messages from
     35    traditional source files (<filename class="directory">&lt;source
     36    directory&gt;/&lt;package&gt;/po</filename>) and merging the translations into
     37    <filename>.xml</filename>, <filename>.desktop</filename> and
    3838    <filename>.oaf</filename> files.</para>
    3939
     
    7070    <title>Installation of Intltool</title>
    7171
    72     <para>Install <application>intltool</application> by running the following 
     72    <para>Install <application>intltool</application> by running the following
    7373    commands:</para>
    7474
     
    9191
    9292      <seglistitem>
    93         <seg>intltoolize, intltool-extract, intltool-merge, intltool-prepare, and 
     93        <seg>intltoolize, intltool-extract, intltool-merge, intltool-prepare, and
    9494        intltool-update</seg>
    9595        <seg>None</seg>
     
    106106        <term><command>intltoolize</command></term>
    107107        <listitem>
    108           <para>prepares a package to use 
     108          <para>prepares a package to use
    109109          <application>intltool</application>.</para>
    110110          <indexterm zone="intltool intltoolize">
     
    117117        <term><command>intltool-extract</command></term>
    118118        <listitem>
    119           <para>generates header files that can be read by 
     119          <para>generates header files that can be read by
    120120          <command>gettext</command>.</para>
    121121          <indexterm zone="intltool intltool-extract">
     
    148148        <term><command>intltool-update</command></term>
    149149        <listitem>
    150           <para>updates the <filename>po</filename> template files and merges 
     150          <para>updates the <filename>po</filename> template files and merges
    151151          them with the translations.</para>
    152152          <indexterm zone="intltool intltool-update">
Note: See TracChangeset for help on using the changeset viewer.