소스 검색

Migrated to Discord

Yoginth 7 년 전
부모
커밋
71e545f6b5
4개의 변경된 파일8개의 추가작업 그리고 8개의 파일을 삭제
  1. 1 1
      conf/locale/locale_en-GB.ini
  2. 1 1
      conf/locale/locale_en-US.ini
  3. 4 4
      pkg/bindata/bindata.go
  4. 2 2
      templates/base/head.tmpl

+ 1 - 1
conf/locale/locale_en-GB.ini

@@ -46,7 +46,7 @@ cancel = Cancel
 
 contribute = Contribute
 sourcecode = Source Code
-slack = Slack
+discord = Discord
 beta = Beta
 reportbug = Report Bug
 featurerequest = Feature Request

+ 1 - 1
conf/locale/locale_en-US.ini

@@ -46,7 +46,7 @@ cancel = Cancel
 
 contribute = Contribute
 sourcecode = Source Code
-slack = Slack
+discord = Discord
 beta = Beta
 reportbug = Report Bug
 featurerequest = Feature Request

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 4
pkg/bindata/bindata.go


+ 2 - 2
templates/base/head.tmpl

@@ -196,8 +196,8 @@
 													<a class="item" href="https://gitote.in/gitote/gitote">
 														<i class="menu-icon octicon">👨‍💻</i>{{.i18n.Tr "sourcecode"}}
 													</a>
-													<a target="_blank" class="item" href="https://gitote.slack.com">
-														<i class="menu-icon octicon">💬</i>{{.i18n.Tr "slack"}}
+													<a target="_blank" class="item" href="https://discordapp.com/channels/516272231643611147">
+														<i class="menu-icon octicon">💬</i>{{.i18n.Tr "discord"}}
 													</a>
 												{{end}}
 												{{if or .IsBeta .IsAdmin .IsStaff}}