Skip to content

Commit

Permalink
Merge pull request #21 from baysonfox/main
Browse files Browse the repository at this point in the history
update(i18n, git): locales for `zh-Hans` and `.gitignore` file
  • Loading branch information
haren724 authored Sep 2, 2023
2 parents 88c9285 + 21a708d commit d2a2718
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 35 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Xcode

## User settings
xcuserdata/
2 changes: 2 additions & 0 deletions Open Wallpaper Engine.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
5EFBB0BA2A2F10EA00E39BEC /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
5EFC591C2A81ACBC005F97E2 /* StatusBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusBar.swift; sourceTree = "<group>"; };
5EFC591E2A81ACC3005F97E2 /* MainMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainMenu.swift; sourceTree = "<group>"; };
B4AD1D0F2AA24E8200471AC8 /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
DAEE29C52A9CB52100633898 /* WebWallpaperViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebWallpaperViewModel.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -261,6 +262,7 @@
5EC47E6D2A2DB2E600120CCC = {
isa = PBXGroup;
children = (
B4AD1D0F2AA24E8200471AC8 /* .gitignore */,
5EEE8D5D2A7501C800DCE41A /* resources */,
5EF4C24C2A4C98FA009831E5 /* README.md */,
5EF4C24A2A4C9871009831E5 /* CNAME */,
Expand Down
Loading

0 comments on commit d2a2718

Please sign in to comment.