mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
Monotone-Parent: 45f5145837bf26807ee9a0b765cfdd2dbbd25518
Monotone-Revision: 7f6095f809b62253c184355dc35939b4fe3e2c53 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-22T22:25:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2007-10-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Common/UIxPageFrame.m ([UIxPageFrame -commonLocalizableStrings])
|
||||
([UIxPageFrame -productLocalizableStrings]): invoke the new
|
||||
+[SOGoUser language] method if the user is nil.
|
||||
|
||||
* SoObjects/SOGo/SOGoUser.m ([SOGoUser +language]): new method
|
||||
that returns any generically-found language.
|
||||
([SoUser -language]): modified to call the above.
|
||||
|
||||
@@ -179,6 +179,9 @@
|
||||
frameworkName = [NSString stringWithFormat: @"%@.SOGo",
|
||||
(framework ? framework : [self frameworkName])];
|
||||
language = [[context activeUser] language];
|
||||
if (!language)
|
||||
language = [SOGoUser language];
|
||||
|
||||
table
|
||||
= [[self resourceManager] stringTableWithName: @"Localizable"
|
||||
inFramework: frameworkName
|
||||
|
||||
Reference in New Issue
Block a user