From c228a66bfefa119eb98f1c0da66bcb9213494ace Mon Sep 17 00:00:00 2001 From: kwaroran Date: Fri, 19 May 2023 01:18:48 +0900 Subject: [PATCH] [feat] added community links --- public/discord-mark-white.svg | 1 + src/lang/en.ts | 3 ++- src/lang/ko.ts | 3 ++- src/lib/Setting/Pages/Communities.svelte | 16 ++++++++++++++++ src/lib/Setting/Settings.svelte | 11 ++++++++++- src/ts/globalApi.ts | 10 ++++++++++ 6 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 public/discord-mark-white.svg create mode 100644 src/lib/Setting/Pages/Communities.svelte 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 @@ + + +

{language.community}

+ + \ No newline at end of file diff --git a/src/lib/Setting/Settings.svelte b/src/lib/Setting/Settings.svelte index ca6b6adb..50d65196 100644 --- a/src/lib/Setting/Settings.svelte +++ b/src/lib/Setting/Settings.svelte @@ -1,5 +1,5 @@