Skip to content

Commit

Permalink
πŸ”€ Merge pull request #504 from SenpaiHunters/develop
Browse files Browse the repository at this point in the history
🌐 Add Korean localisation
  • Loading branch information
MrKai77 committed Jul 12, 2024
2 parents 81b52f8 + 1422837 commit 1ce505a
Show file tree
Hide file tree
Showing 3 changed files with 2,015 additions and 17 deletions.
3 changes: 3 additions & 0 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
0A6DC3EA2BB869DE002AB05F /* WindowAction+Image.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WindowAction+Image.swift"; sourceTree = "<group>"; };
0AFE802D2BB98E81009CF06F /* WindowDirection+LocalizedString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WindowDirection+LocalizedString.swift"; sourceTree = "<group>"; };
4C0F2ACE2C3CFD09006CB34D /* RectangleTranslationLayer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RectangleTranslationLayer.swift; sourceTree = "<group>"; };
4C311C1A2C40B4C0003C99D0 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = "<group>"; };
4C6B93E12C1DCF6E00AFF832 /* TheLoopTimes.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TheLoopTimes.swift; sourceTree = "<group>"; };
4C6B93E22C1DCF6E00AFF832 /* Updater.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Updater.swift; sourceTree = "<group>"; };
4C6B93E32C1DCF6E00AFF832 /* UpdateView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UpdateView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -502,6 +503,7 @@
"pt-BR",
es,
"en-GB",
ko,
);
mainGroup = A8E59C2C297F5E9A0064D4BA;
packageReferences = (
Expand Down Expand Up @@ -645,6 +647,7 @@
A8F1E96A2C253F9900AAF871 /* zh-HK */,
A8F1E96B2C253FA200AAF871 /* zh-Hans */,
A80AB7E22C276E0300BE0360 /* en-GB */,
4C311C1A2C40B4C0003C99D0 /* ko */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand Down
Loading

0 comments on commit 1ce505a

Please sign in to comment.