mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
114fd9ed5d
commit
25e9904876
22 changed files with 1042 additions and 169 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue