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

Commit

Permalink
Incorrect title (#185)
Browse files Browse the repository at this point in the history
* Incorrect title

Only first word cap'ed

* Incorrect title

Only first word cap'ed
  • Loading branch information
wbison authored and ArtSabintsev committed Nov 22, 2017
1 parent 67739a5 commit b08738a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Harpy/Harpy.bundle/nl.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 @@ -210,7 +210,7 @@ - (void)testDanishLocalization {
- (void)testDutchLocalization {
[_harpy setForceLanguageLocalization:HarpyLanguageDutch];

XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Update Available"] isEqualToString:@"Update Beschikbaar"]);
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Update Available"] isEqualToString:@"Update beschikbaar"]);
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Next time"] isEqualToString:@"Volgende keer"]);
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Skip this version"] isEqualToString:@"Sla deze versie over"]);
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Update"] isEqualToString:@"Updaten"]);
Expand Down

0 comments on commit b08738a

Please sign in to comment.