mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
some cleanups and clarifications to documentation just added, suggested by Alexander Malmberg
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19817 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1e37b28748
commit
966b2cb0c9
10 changed files with 51 additions and 30 deletions
|
@ -246,12 +246,13 @@ GS_EXPORT NSString* NSLoadedClasses;
|
|||
ofType: (NSString*)ext;
|
||||
|
||||
/**
|
||||
Returns the value for the key found in the strings file tableName, or
|
||||
Localizable.strings if tableName is nil. Behavior depends on whether the
|
||||
user default <code>NSShowNonLocalizedStrings</code> is set. If set, the
|
||||
<p>Returns the value for the key found in the strings file tableName, or
|
||||
Localizable.strings if tableName is nil.</p>
|
||||
|
||||
<p>If the user default <code>NSShowNonLocalizedStrings</code> is set, the
|
||||
value of the key will be returned as an uppercase string rather than any
|
||||
localized equivalent found. This can be useful during development to
|
||||
check where a given string in the UI is "coming from".
|
||||
localized equivalent found. This can be useful during development to check
|
||||
where a given string in the UI is "coming from".</p>
|
||||
*/
|
||||
- (NSString*) localizedStringForKey: (NSString*)key
|
||||
value: (NSString*)value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue