git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11567 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2001-11-28 19:15:33 +00:00
parent 1c76c7bfa2
commit 68b2a29dd3
3 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2001-11-28 Adam Fedor <fedor@gnu.org>
* Documentation/gsdoc/Base.gsdoc: Add NSLanguages summary.
2001-11-27 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSConnection.m: Put a limit of around a second on how long

View file

@ -117,6 +117,14 @@
be written differently to the same string on MacOS-X.
</p>
</desc>
<term>NSLanguages</term>
<desc>
<p>
An array of strings that lists the users prefered languages,
in order or preference. If not found the default is just
English.
</p>
</desc>
</deflist>
</subsect>
<subsect>

View file

@ -127,6 +127,16 @@
</p>
<dt>NSLanguages
<dd>
<p>
An array of strings that lists the users prefered languages,
in order or preference. If not found the default is just
English.
</p>
</dl>
<h4><a name ="cont-4">Environment variables</a></h4>
<p>