Skip to content

Commit d2a4954

Browse files
authored
Polish localization (#55)
Add Polish localization.
1 parent b20d726 commit d2a4954

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

HapticKey.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
54FBCF271FD4CDE0000EB4D3 /* HTKMultitouchActuator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HTKMultitouchActuator.h; sourceTree = "<group>"; };
6969
54FBCF281FD4CDE0000EB4D3 /* HTKMultitouchActuator.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HTKMultitouchActuator.m; sourceTree = "<group>"; };
7070
86CF8F652615CBFA00BBE416 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
71+
A9B8E4652729626B007CE783 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
7172
/* End PBXFileReference section */
7273

7374
/* Begin PBXFrameworksBuildPhase section */
@@ -212,6 +213,7 @@
212213
"zh-Hans",
213214
"zh-Hant",
214215
ko,
216+
pl,
215217
);
216218
mainGroup = 548E152D1FD00412001C0D4C;
217219
packageReferences = (
@@ -306,6 +308,7 @@
306308
17DB7DCD200A4F4600947159 /* zh-Hans */,
307309
17DB7DCE200A4F4D00947159 /* zh-Hant */,
308310
86CF8F652615CBFA00BBE416 /* ko */,
311+
A9B8E4652729626B007CE783 /* pl */,
309312
);
310313
name = Localizable.strings;
311314
sourceTree = "<group>";
4.52 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ This application is using `CGEventTap` to listen key down and up or tap events o
3737
It triggers haptic feedbacks by using private APIs in `MultitouchSupport.framework` when the event meets the conditions.
3838

3939
Currently, the application is listening either ESC and F1, F2, etc. keys or tap events on Touch Bar.
40-
You can implement your own `HTKEventListener` to extend the application to trigger feedbacks on arbitrary events.
40+
You can implement your own `HTKEventListener` to extend the application to trigger feedbacks on arbitrary events.

0 commit comments

Comments
 (0)