Changeset d202a49f
- Timestamp:
- 07/09/2017 08:14:34 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3fe6951
- Parents:
- 26fd44f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r26fd44f rd202a49f 46 46 <para>July 9th, 2017</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Add individual i18n settings for 50 <filename>~/.bashrc</filename> and 51 <filename>~/.profile</filename>.</para> 52 </listitem> 48 53 <listitem> 49 54 <para>[bdubbs] - Update to gnumeric-1.12.35. Fixes -
postlfs/config/profile.xml
r26fd44f rd202a49f 337 337 </sect3> 338 338 --> 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 --> 341 343 <title>/etc/profile.d/i18n.sh</title> 342 344 … … 484 486 fi 485 487 488 # Set up user specific i18n variables 489 #export LANG=<replaceable><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></replaceable> 490 486 491 # End ~/.profile</literal> 487 492 EOF</userinput></screen> … … 513 518 source /etc/bashrc 514 519 fi 520 521 # Set up user specific i18n variables 522 #export LANG=<replaceable><ll></replaceable>_<replaceable><CC></replaceable>.<replaceable><charmap></replaceable><replaceable><@modifiers></replaceable> 515 523 516 524 # End ~/.bashrc</literal>
Note:
See TracChangeset
for help on using the changeset viewer.