Locale/language fix.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12568 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-02-20 07:16:25 +00:00
parent 36dd6aad2f
commit 27837908bb
2 changed files with 3 additions and 1 deletions

View file

@ -404,7 +404,7 @@ static BOOL setSharedDefaults = NO; /* Flag to prevent infinite recursion */
{
NSString *locale = GSSetLocale(nil);
if (locale == nil)
break;
continue;
/* See if we can get the dictionary from i18n functions.
Note that we get the dict from the current locale regardless
of what 'lang' is, since it should match anyway. */