-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
10 changed files
with
96 additions
and
16 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
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
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
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,39 @@ | ||
const subjectTransformData: { [key: string]: string } = { | ||
"즐거운생활": "즐거운\n생활", | ||
"슬기로운생활": "슬기로운\n생활", | ||
"자율·자치활동": "자율·\n자치활동", | ||
"바른생활": "바른\n생활", | ||
"동아리활동": "동아리\n활동", | ||
"진로활동": "진로\n활동", | ||
"봉사활동": "봉사\n활동", | ||
"자율활동수영교실-": "수영\n교실", | ||
"과학수영교실-": "수영\n교실", | ||
"영어수영교실-": "수영\n교실", | ||
"사회수영교실-": "수영\n교실", | ||
"즐거운생활소체육대회-": "체육\n대회", | ||
"자율·자치활동소체육대회-": "체육\n대회", | ||
"국어소체육대회-": "체육\n대회", | ||
"국어1학년 체험학습-": "체험\n학습", | ||
"수학1학년 체험학습-": "체험\n학습", | ||
"진로활동1학년 체험학습-": "체험\n학습", | ||
"즐거운생활1학년 체험학습-": "체험\n학습", | ||
"슬기로운생활1학년 체험학습-": "체험\n학습", | ||
"자율·자치활동현장학습-": "체험\n학습", | ||
"자율활동학년운동회주간-": "학년\n운동회", | ||
"체육학년운동회주간-": "학년\n운동회", | ||
"봉사활동학년운동회주간-": "학년\n운동회", | ||
"자율·자치활동진로체험학습(2학년)-": "체험\n학습", | ||
"진로활동진로체험학습(2학년)-": "체험\n학습", | ||
"국어진로체험학습(2학년)-": "체험\n학습", | ||
"바른생활진로체험학습(2학년)-": "체험\n학습", | ||
"슬기로운생활진로체험학습(2학년)-": "체험\n학습", | ||
"국어학교자율휴업일-": "자율\n휴업일", | ||
"음악학교자율휴업일-": "자율\n휴업일", | ||
"과학학교자율휴업일-": "자율\n휴업일", | ||
"사회학교자율휴업일-": "자율\n휴업일", | ||
"학교자율휴업일-": "자율\n휴업일", | ||
"자율·자치활동입학 백일잔치-": "자율·\n자치활동" | ||
}; | ||
|
||
export default subjectTransformData; | ||
|