diff --git a/public/discord-mark-white.svg b/public/discord-mark-white.svg new file mode 100644 index 00000000..22ee27ba --- /dev/null +++ b/public/discord-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/lang/en.ts b/src/lang/en.ts index d401b737..38cf3bd9 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -254,5 +254,6 @@ export const languageEnglish = { otherBots:'Other Bots', user:"User", additionalAssets:"Additional Assets", - editDisplay: "Modify Display" + editDisplay: "Modify Display", + community: "Community" } diff --git a/src/lang/ko.ts b/src/lang/ko.ts index a84ab05c..d30b2511 100644 --- a/src/lang/ko.ts +++ b/src/lang/ko.ts @@ -238,6 +238,7 @@ export const languageKorean = { chatBot:'채팅 봇', otherBots:'기타 봇', user:"유저", - editDisplay: "디스플레이 수정" + editDisplay: "디스플레이 수정", + community: "커뮤니티" } \ No newline at end of file diff --git a/src/lib/Setting/Pages/Communities.svelte b/src/lib/Setting/Pages/Communities.svelte new file mode 100644 index 00000000..e9e07c21 --- /dev/null +++ b/src/lib/Setting/Pages/Communities.svelte @@ -0,0 +1,16 @@ + + +