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

Commit

Permalink
Update ja localization (#177)
Browse files Browse the repository at this point in the history
* updated ja localization

* Updated test for Japanese localization
  • Loading branch information
nixnoughtnothing authored and ArtSabintsev committed Aug 27, 2017
1 parent 8fa34ea commit 40cd111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Harpy/Harpy.bundle/ja.lproj/HarpyLocalizable.strings
Binary file not shown.
4 changes: 2 additions & 2 deletions HarpyExample/HarpyExampleTests/HarpyTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,10 @@ - (void)testItalianLocalization {
- (void)testJapaneseLocalization {
[_harpy setForceLanguageLocalization:HarpyLanguageJapanese];

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:@"更新"]);
XCTAssertTrue([[_harpy testLocalizedStringForKey:@"Update"] isEqualToString:@"アップデート"]);
}

- (void)testKoreanLocalization {
Expand Down

0 comments on commit 40cd111

Please sign in to comment.