Add localization/language domain and locale support

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7910 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2000-10-27 15:54:35 +00:00
parent 114fd9ed5d
commit 25e9904876
22 changed files with 1042 additions and 169 deletions

View file

@ -248,6 +248,9 @@ NSString *NSLanguageName;
NSString *NSFormalName;
/* For GNUstep */
NSString *NSLocale;
/*
* Keys for the NSDictionary returned by [NSConnection -statistics]
@ -409,6 +412,8 @@ GSBuildStrings()
= [[GSCString alloc] initWithCString: "NSLaterTimeDesignations"];
NSLoadedClasses
= [[GSCString alloc] initWithCString: "NSLoadedClasses"];
NSLocale
= [[GSCString alloc] initWithCString: "NSLocale"];
*(NSString**)&NSMallocException
= [[GSCString alloc] initWithCString: "NSMallocException"];
NSMonthNameArray