Changeset d202a49f


Ignore:
Timestamp:
07/09/2017 08:14:34 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3fe6951
Parents:
26fd44f
Message:

Add individual i18n settings for i18n and put back i18n.sh for systemd for now.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r26fd44f rd202a49f  
    4646      <para>July 9th, 2017</para>
    4747      <itemizedlist>
     48       <listitem>
     49         <para>[dj] - Add individual i18n settings for
     50         <filename>~/.bashrc</filename> and
     51         <filename>~/.profile</filename>.</para>
     52       </listitem>
    4853       <listitem>
    4954         <para>[bdubbs] - Update to gnumeric-1.12.35. Fixes
  • postlfs/config/profile.xml

    r26fd44f rd202a49f  
    337337    </sect3>
    338338-->
    339     <sect3 id="i18n.sh" revision="sysv">
    340     <!-- This is handled system wide on systemd -->
     339    <sect3 id="i18n.sh">
     340    <!-- This is handled system wide on systemd but LANG is not exported to
     341         the environment, hence it's return...need to add additional text for
     342         systemd only -->
    341343      <title>/etc/profile.d/i18n.sh</title>
    342344
     
    484486fi
    485487
     488# Set up user specific i18n variables
     489#export LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable>
     490
    486491# End ~/.profile</literal>
    487492EOF</userinput></screen>
     
    513518  source /etc/bashrc
    514519fi
     520
     521# Set up user specific i18n variables
     522#export LANG=<replaceable>&lt;ll&gt;</replaceable>_<replaceable>&lt;CC&gt;</replaceable>.<replaceable>&lt;charmap&gt;</replaceable><replaceable>&lt;@modifiers&gt;</replaceable>
    515523
    516524# End ~/.bashrc</literal>
Note: See TracChangeset for help on using the changeset viewer.