forked from mirrors/linphone-iphone
Disable localization for now, we don’t really need it
This commit is contained in:
parent
5af4a1d78d
commit
74ce90b8cb
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import <KIF/KIF.h>
|
||||
|
||||
#define LOCALIZED(X) NSLocalizedString(X, nil)
|
||||
#define LOCALIZED(X) (X)
|
||||
|
||||
@interface LinphoneTestCase : KIFTestCase
|
||||
@property BOOL invalidAccountSet;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue