Skip to content

Commit

Permalink
🔀 Merge pull request #546 from MrKai77/russian-localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
SenpaiHunters authored Aug 30, 2024
2 parents e320bbd + 0c653ce commit 5b41df6
Show file tree
Hide file tree
Showing 7 changed files with 2,088 additions and 99 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ The localisation efforts have been categorised by language and dialect, showcasi

- **Belgium**
- [@FormalSnake](https://github.com/FormalSnake)

### Russian

- [@w1png](https://github.com/w1png)

If your language is not listed, it may not yet be localised! Interested in helping? Create an issue to get started. Need guidance? Our [extensive guide](/CONTRIBUTING.md) will help you through the process!

Expand Down
3 changes: 3 additions & 0 deletions Loop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
A87F78932BAE28050087B1DE /* CustomWindowActionSizeMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomWindowActionSizeMode.swift; sourceTree = "<group>"; };
A87F78952BAE333C0087B1DE /* CustomWindowActionPositionMode.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomWindowActionPositionMode.swift; sourceTree = "<group>"; };
A883642E298B7288005D6C19 /* ServiceManagement.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ServiceManagement.framework; path = System/Library/Frameworks/ServiceManagement.framework; sourceTree = SDKROOT; };
A88699E42C816881007EBF47 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/InfoPlist.strings; sourceTree = "<group>"; };
A8878A242AA3B2C800850A66 /* WindowTransformAnimation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WindowTransformAnimation.swift; sourceTree = "<group>"; };
A88E27AC2BDDE5300042CF04 /* CustomActionConfigurationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomActionConfigurationView.swift; sourceTree = "<group>"; };
A88E83C42B37B354009D332F /* CGEvent+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CGEvent+Extensions.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -524,6 +525,7 @@
"nl-BE",
ar,
de,
ru,
);
mainGroup = A8E59C2C297F5E9A0064D4BA;
packageReferences = (
Expand Down Expand Up @@ -670,6 +672,7 @@
4C311C1A2C40B4C0003C99D0 /* ko */,
A8B1DB202C4CF28400255B13 /* ar */,
4C5853252C4D4FD500FD0FC4 /* de */,
A88699E42C816881007EBF47 /* ru */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand Down
Loading

0 comments on commit 5b41df6

Please sign in to comment.