diff --git a/src/front/emoji/bubbles.svg b/src/front/emoji/bubbles.svg new file mode 100644 index 00000000..e5bccc36 --- /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 6ca13c36..0435d218 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 47a57814..cdd5fbb7 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 48806b87..f2bab1b9 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 b5edcb64..f54e0738 100644 --- a/src/modules/pageRender/page.js +++ b/src/modules/pageRender/page.js @@ -562,8 +562,8 @@ export default function(obj) {