mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 05:06:24 +00:00
Reordered support languages
Monotone-Parent: 1a93c62b406f528779187ea92a5deb51969697ac Monotone-Revision: 6bcbf38fda24078ff8ec9c45526f9457cf006d0e Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-05-23T11:17:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -51,7 +51,7 @@ static NSArray *supportedLanguages = nil;
|
||||
+ (void) initialize
|
||||
{
|
||||
if (!supportedLanguages)
|
||||
supportedLanguages = [NSArray arrayWithObjects: @"Dutch", @"English", @"French", @"German", @"Italian", @"Spanish", @"Welsh", @"Russian", nil];
|
||||
supportedLanguages = [NSArray arrayWithObjects: @"Dutch", @"English", @"French", @"German", @"Italian", @"Russian", @"Spanish", @"Welsh", nil];
|
||||
}
|
||||
|
||||
/* accessors */
|
||||
|
||||
Reference in New Issue
Block a user