Skip to content

Commit

Permalink
Prepare for PR #124
Browse files Browse the repository at this point in the history
  • Loading branch information
aahung committed Sep 7, 2019
1 parent 5d9d58e commit a09921c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Unshaky.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
5BA2B55522695E5F004CC33E /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Preference.strings"; sourceTree = "<group>"; };
5BA2B55622695E5F004CC33E /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Debug.strings"; sourceTree = "<group>"; };
5BA2B55722695E5F004CC33E /* pt-PT */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-PT"; path = "pt-PT.lproj/Localizable.strings"; sourceTree = "<group>"; };
5BA5A51B23247A5900581914 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Counter.strings; sourceTree = "<group>"; };
5BA5A51D23247A6600581914 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Debug.strings; sourceTree = "<group>"; };
5BB68E1321A3413900CAA4B4 /* UnshakyTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UnshakyTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5BB68E1721A3413900CAA4B4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5BB68E1D21A3423300CAA4B4 /* ShakyPressPreventerSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShakyPressPreventerSpec.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -583,6 +585,7 @@
5B22A71522E984150051813C /* cs */,
5B22A71A22E984470051813C /* sk */,
5B3B7A5B22FDF685008384E0 /* pl */,
5BA5A51D23247A6600581914 /* ja */,
);
name = Debug.storyboard;
sourceTree = "<group>";
Expand All @@ -600,6 +603,7 @@
5B22A71622E984150051813C /* cs */,
5B22A71B22E984470051813C /* sk */,
5B3B7A5C22FDF685008384E0 /* pl */,
5BA5A51B23247A5900581914 /* ja */,
);
name = Counter.storyboard;
sourceTree = "<group>";
Expand Down
21 changes: 21 additions & 0 deletions Unshaky/ja.lproj/Counter.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

/* Class = "NSTextFieldCell"; title = "-"; ObjectID = "8E2-Qi-cCa"; */
"8E2-Qi-cCa.title" = "-";

/* Class = "NSWindow"; title = "Statistics"; ObjectID = "QEc-T5-kPG"; */
"QEc-T5-kPG.title" = "Statistics";

/* Class = "NSTextFieldCell"; title = "-"; ObjectID = "UsH-UE-4NM"; */
"UsH-UE-4NM.title" = "-";

/* Class = "NSTableColumn"; headerCell.title = "Key"; ObjectID = "Y81-5k-LdE"; */
"Y81-5k-LdE.headerCell.title" = "Key";

/* Class = "NSTextFieldCell"; title = "-"; ObjectID = "Yte-dc-JdH"; */
"Yte-dc-JdH.title" = "-";

/* Class = "NSTableColumn"; headerCell.title = "Dismissed"; ObjectID = "m7I-RF-TDD"; */
"m7I-RF-TDD.headerCell.title" = "Dismissed";

/* Class = "NSTextFieldCell"; title = "-"; ObjectID = "q47-Mf-fqt"; */
"q47-Mf-fqt.title" = "-";
6 changes: 6 additions & 0 deletions Unshaky/ja.lproj/Debug.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

/* Class = "NSButtonCell"; title = "Clear"; ObjectID = "0R5-gZ-Fp4"; */
"0R5-gZ-Fp4.title" = "Clear";

/* Class = "NSButtonCell"; title = "Copy"; ObjectID = "GtH-xA-uyU"; */
"GtH-xA-uyU.title" = "Copy";

0 comments on commit a09921c

Please # to comment.