-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1008 from 0x1-company/refactor-school
refactor: 💡 school setting feature
- Loading branch information
Showing
8 changed files
with
63 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
Packages/GodPackage/Sources/SchoolSettingFeature/Assets.xcassets/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
File renamed without changes.
File renamed without changes
36 changes: 36 additions & 0 deletions
36
Packages/GodPackage/Sources/SchoolSettingFeature/Localizable.xcstrings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"sourceLanguage" : "en", | ||
"strings" : { | ||
"If your school is not found, add it here" : { | ||
"localizations" : { | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "学校が見つからない場合はここから追加する" | ||
} | ||
} | ||
} | ||
}, | ||
"MEMBERS" : { | ||
"localizations" : { | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "人" | ||
} | ||
} | ||
} | ||
}, | ||
"Pick your school" : { | ||
"localizations" : { | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "あなたの高校を選択" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"version" : "1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters