Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Added Updated Arabic localization
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Nov 22, 2017
1 parent b08738a commit 986efcd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@
- [Ryoh Tsukahara](https://github.com/nixnoughtnothing)
- **4.1.8**
- [Dmytro Cheverda](https://github.com/dimacheverda)
- **4.1.9**
- [wbison](https://github.com/wbison)
2 changes: 1 addition & 1 deletion Harpy.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Harpy"
s.version = "4.1.8"
s.version = "4.1.9"
s.summary = "Notify users that a new version of your iOS app is available, and prompt them with the App Store link."
s.homepage = "https://github.com/ArtSabintsev/Harpy"
s.platform = :ios, '8.0'
Expand Down
Binary file modified Harpy/Harpy.bundle/ar.lproj/HarpyLocalizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion HarpyExample/HarpyExampleTests/HarpyTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ - (void)testQuadrupleDigitVersionUpdate {
- (void)testArabicLocalization {
[_harpy setForceLanguageLocalization:HarpyLanguageArabic];

XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Update Available"] isEqualToString:@"التجديد متوفر"]);
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Update Available"] isEqualToString:@"التحديث متوفر"]);
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Next time"] isEqualToString:@"المرة التالية"]);
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Skip this version"] isEqualToString:@"تخطى عن هذه النسخة"]);
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Update"] isEqualToString:@"تجديد"]);
Expand Down

0 comments on commit 986efcd

Please sign in to comment.