Skip to content

Commit

Permalink
Added Russian and Polish localisations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Apr 3, 2012
1 parent 7ef8b57 commit 1dfa536
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Examples/iPhone Demo/iRate.xcodeproj/project.pbxproj
Expand Up @@ -150,7 +150,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0430;
LastUpgradeCheck = 0440;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iRate" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -203,6 +203,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CODE_SIGN_ENTITLEMENTS = iRate.entitlements;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down
4 changes: 4 additions & 0 deletions RELEASE NOTES.md
@@ -1,3 +1,7 @@
Version 1.4.1 beta

- Added Russian and Polish localisations

Version 1.4

- Included localisation for French, German, Italian, Spanish and Japanese
Expand Down
Binary file added iRate/iRate.bundle/pl.lproj/Localizable.strings
Binary file not shown.
Binary file added iRate/iRate.bundle/ru.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion iRate/iRate.h
@@ -1,7 +1,7 @@
//
// iRate.h
//
// Version 1.4
// Version 1.4.1 beta
//
// Created by Nick Lockwood on 26/01/2011.
// Copyright 2011 Charcoal Design
Expand Down
6 changes: 3 additions & 3 deletions iRate/iRate.m
@@ -1,7 +1,7 @@
//
// iRate.m
//
// Version 1.4
// Version 1.4.1 beta
//
// Created by Nick Lockwood on 26/01/2011.
// Copyright 2011 Charcoal Design
Expand Down Expand Up @@ -432,9 +432,9 @@ - (NSString *)valueForKey:(NSString *)key inJSON:(NSString *)json
return nil;
}

- (void)setAppStoreIDOnMainThread:(NSString *)bundleID
- (void)setAppStoreIDOnMainThread:(NSString *)appStoreIDString
{
self.appStoreID = [bundleID longLongValue];
self.appStoreID = [appStoreIDString longLongValue];
}

- (void)connectionSucceeded
Expand Down

0 comments on commit 1dfa536

Please sign in to comment.