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

누락된 loginLegal 추가 #891

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 9 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
- 서버가 성공적으로 열린 후 웹 브라우저에서 `127.0.0.1`(다른 사람들은 해당 컴퓨터의 외부 IP 주소)로 접속하여 끄투를 즐길 수 있습니다.
- 랭킹 및 세션 기능 일부는 [Redis](https://redis.io/) 서버가 실행되어야만 작동합니다. 일단 이를 설치하지 않아도 서버가 작동할 수 있도록 조치했습니다.
- [Cloudflare](https://www.cloudflare.com/)를 이용하는 경우, DNS 탭의 status를 `DNS only`로 두세요. `DNS and HTTP proxy (CDN)`으로 둘 경우, 방 만들기와 방 입장이 불가합니다.
- ko_kr.json에 있는 {서비스 이용약관 주소}와 {개인정보 처리 방침 주소}를 자신의 서버의 서비스 이용 방침 경로와 개인 정보 처리 방침의 경로로 수정하고, {서버 이름}에 자신의 서버이름을 쓰는걸 권장드립니다. (권장사항)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ko_KR.json loginLegal 값의 {서비스 이용약관 주소}와 {개인정보 처리 방침 주소}를 각각 해당 프리서버의 서비스 이용약관과 개인정보 처리 방침으로 연결되는 URL로 수정하고, {서버 이름}을 프리서버 이름으로 수정하는 것을 권장합니다.

이렇게 수정하는게 더 적합해 보입니다.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인하였습니다. 수정해보겠습니다.


### 라이선스
- 모든 소스 코드에 대해: [GNU 일반 공중 사용 라이선스](https://github.com/JJoriping/KKuTu/blob/master/LICENSE)
Expand Down
3 changes: 2 additions & 1 deletion Server/lib/Web/lang/ko_KR.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
"withLine": "라인 아이디로 로그인",
"withInstagram": "인스타그램 아이디로 로그인",
"withSpotify": "Spotify 아이디로 로그인",
"login_kkutu": "글자로 놀자! 끄투 온라인을 이용하시려면 로그인을 해 주세요."
"login_kkutu": "글자로 놀자! 끄투 온라인을 이용하시려면 로그인을 해 주세요.",
"loginLegal": "로그인이 이루어지면 {서버 이름}이 공지하는 <a href='{서비스 이용약관 주소}' target='_blank'>서비스 이용약관</a> 및 <a href='{개인정보 처리 방침 주소}' target='_blank'>개인정보 처리 방침</a>에 동의하게 됩니다."
},
"loginfail": {
"title": "로그인 실패",
Expand Down