From cc47f9fd8af0731d12d883dc39a2d711b3eb88b0 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 26 Dec 2023 00:08:58 +0600 Subject: [PATCH] update: add 7.8 update message and emoji --- src/front/emoji/bubbles.svg | 30 ++++++++++++++++++++++++++++++ src/localization/languages/en.json | 3 ++- src/localization/languages/ru.json | 3 ++- src/modules/emoji.js | 3 ++- src/modules/pageRender/page.js | 4 ++-- 5 files changed, 38 insertions(+), 5 deletions(-) create mode 100644 src/front/emoji/bubbles.svg diff --git a/src/front/emoji/bubbles.svg b/src/front/emoji/bubbles.svg new file mode 100644 index 0000000..e5bccc3 --- /dev/null +++ b/src/front/emoji/bubbles.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/localization/languages/en.json b/src/localization/languages/en.json index 6ca13c3..0435d21 100644 --- a/src/localization/languages/en.json +++ b/src/localization/languages/en.json @@ -158,6 +158,7 @@ "UrgentFilenameUpdate": "customizable file names!", "UrgentTwitterPatch": "fixes and easier downloads", "StatusPage": "service status page", - "TroubleshootingGuide": "self-troubleshooting guide" + "TroubleshootingGuide": "self-troubleshooting guide", + "UpdateNewYears": "new years clean up" } } diff --git a/src/localization/languages/ru.json b/src/localization/languages/ru.json index 47a5781..cdd5fbb 100644 --- a/src/localization/languages/ru.json +++ b/src/localization/languages/ru.json @@ -160,6 +160,7 @@ "UrgentFilenameUpdate": "изменяемые названия файлов!", "UrgentTwitterPatch": "фиксы и удобное скачивание", "StatusPage": "статус серверов", - "TroubleshootingGuide": "гайд по устранению проблем" + "TroubleshootingGuide": "гайд по устранению проблем", + "UpdateNewYears": "новогодняя уборка" } } diff --git a/src/modules/emoji.js b/src/modules/emoji.js index 48806b8..f2bab1b 100644 --- a/src/modules/emoji.js +++ b/src/modules/emoji.js @@ -41,7 +41,8 @@ const names = { "📧": "email", "📬": "mailbox", "📢": "loudspeaker", - "🔧": "wrench" + "🔧": "wrench", + "🫧": "bubbles" } let sizing = { 18: 0.8, diff --git a/src/modules/pageRender/page.js b/src/modules/pageRender/page.js index b5edcb6..f54e073 100644 --- a/src/modules/pageRender/page.js +++ b/src/modules/pageRender/page.js @@ -562,8 +562,8 @@ export default function(obj) {