Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support Korean #35

Merged
merged 1 commit into from
Nov 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions next-i18next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
i18n: {
defaultLocale: 'en',
locales: ['en', 'zh'],
locales: ['en', 'zh', 'ko'],
},
};
};
44 changes: 44 additions & 0 deletions public/locales/ko/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"download": "다운로드",
"random": "랜덤",
"embed": "임베드",
"choose": "당신의 스타일을 선택하세요",
"face": "얼굴",
"nose": "코",
"mouth": "입",
"eyes": "눈",
"eyebrows": "눈썹",
"glasses": "안경",
"hair": "머리",
"accessories": "악세서리",
"details": "디테일",
"beard": "수염",
"github": "GitHub",
"dribbble": "Dribbble",
"twitter": "Twitter",
"coffee": "Buy Me A Coffee",
"illustrations": "Illustrations ",
"underDesign": "and under",
"designedBy": "designed by",
"license": "license",
"coffeeUrl": "https://ko-fi.com/mayandev",
"modalTitle": "거의 다 됐어요",
"modalHint": "길게 누르거나 오른쪽 마우스 버튼을 클릭해 아바타를 앨범에 저장하세요",
"modalCancel": "취소",
"modalConfirm": "확인",
"siteTitle": "노션 아바타 메이커",
"siteDescription": "노션 스타일 아바타를 만드는 온라인 도구에요.",
"404Title": "이런! 페이지를 찾을 수 없어요.",
"404Redirect": "홈으로 돌아가기",
"copy": "복사",
"copied": "복사되었어요",
"downloadTip": "현재 svg와 png형식을 지원해요. 다운로드 버튼으로 형식을 변경해보세요.",
"flip": "뒤집기",
"background": "배경",
"paletteTitle": "배경을 고르세요",
"chooseShape": "모양을 고르세요",
"customColor": "커스텀 컬러",
"Choose": "선택",
"halloween": "할로윈",
"christmas": "크리스마스"
}
Loading