change of msgfmt description to be more accurate

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1669 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-03-06 21:59:52 +00:00
parent f1d11bf768
commit a971ec4c0f

View File

@ -49,10 +49,13 @@ file in the glibc-&glibc-version; tree.</para>
*** Check the INSTALL file for required versions.</screen></blockquote>
<para>The missing msgfmt (from the gettext package which we will install
later in this chapter) is not fatal. The files msgfmt would create are
already pre-built, so you won't be missing out on anything. You would
only need it if you make changes to the Glibc internationalization (i18n)
files. Since we don't do this by default, we can safely ignore it.</para>
later in this chapter) won't cause any problems. msgfmt is used to generate
the binary translation files that are used to make your system talk in a
different language. Because these translation files have already been
generated for you, there is no need for msgfmt. You'd only need msgfmt if
you change the translation source files (the <filename>*.po</filename>
files in the <filename class="directory">po</filename> subdirectory) which\
would require you to re-generate the binary files.</para>
</sect2>