Skip to content

Commit

Permalink
Localization changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
n0shake committed Apr 9, 2016
1 parent f5ecaa6 commit 0cfebbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Clocker/Utilities/CommonStrings.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

#import <Foundation/Foundation.h>

#define NSLocalizedFormatString(fmt, ...) [NSString stringWithFormat:NSLocalizedString(fmt, nil), __VA_ARGS__]

@interface CommonStrings : NSObject

extern NSString *const CLEmptyString;
Expand Down

0 comments on commit 0cfebbb

Please sign in to comment.