diff --git a/bun.lock b/bun.lock
index 49696050..fb9ab1c1 100644
--- a/bun.lock
+++ b/bun.lock
@@ -1,5 +1,6 @@
{
"lockfileVersion": 1,
+ "configVersion": 0,
"workspaces": {
"": {
"name": "mue",
diff --git a/src/features/misc/sections/About.jsx b/src/features/misc/sections/About.jsx
index f4fff43f..282ff2f2 100644
--- a/src/features/misc/sections/About.jsx
+++ b/src/features/misc/sections/About.jsx
@@ -8,6 +8,8 @@ import { BiDonateHeart } from 'react-icons/bi';
import { Tooltip, Button } from 'components/Elements';
import other_contributors from 'utils/data/other_contributors.json';
+import { useT } from 'contexts/TranslationContext';
+
class About extends PureComponent {
constructor() {
super();
@@ -142,7 +144,7 @@ class About extends PureComponent {
alt="Logo"
/>
- Mue
+ {variables.getMessage('branding.name')}
{variables.getMessage('modals.main.settings.sections.about.version.title')}{' '}
{variables.constants.VERSION}
diff --git a/src/i18n/locales/ar.json b/src/i18n/locales/ar.json
index f0141e7e..dfc7149e 100644
--- a/src/i18n/locales/ar.json
+++ b/src/i18n/locales/ar.json
@@ -1,5 +1,9 @@
{
"tabname": "علامة تبويب جديدة",
+ "branding": {
+ "name": "ميو",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "صباح الخير",
diff --git a/src/i18n/locales/arz.json b/src/i18n/locales/arz.json
index f623e2d3..534c21b5 100644
--- a/src/i18n/locales/arz.json
+++ b/src/i18n/locales/arz.json
@@ -1,5 +1,9 @@
{
"tabname": "New Tab",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "dsdsdsdfdfffs",
diff --git a/src/i18n/locales/az.json b/src/i18n/locales/az.json
index 66e2f5ee..07b41ff5 100644
--- a/src/i18n/locales/az.json
+++ b/src/i18n/locales/az.json
@@ -1,5 +1,9 @@
{
"tabname": "Yeni Vərəq",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Sabahınız Xeyir",
diff --git a/src/i18n/locales/azb.json b/src/i18n/locales/azb.json
index cd189431..53ba11ec 100644
--- a/src/i18n/locales/azb.json
+++ b/src/i18n/locales/azb.json
@@ -1,5 +1,9 @@
{
"tabname": "Yeni Sekme",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Sabahınız xeyir",
diff --git a/src/i18n/locales/bn.json b/src/i18n/locales/bn.json
index 05b8ae7b..8d6217a6 100644
--- a/src/i18n/locales/bn.json
+++ b/src/i18n/locales/bn.json
@@ -1,5 +1,9 @@
{
"tabname": "নতুন ট্যাব খুলুন",
+ "branding": {
+ "name": "মিউ",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "শুভ সকাল",
diff --git a/src/i18n/locales/de_DE.json b/src/i18n/locales/de_DE.json
index fb6054b6..1f0c9e1d 100644
--- a/src/i18n/locales/de_DE.json
+++ b/src/i18n/locales/de_DE.json
@@ -1,5 +1,9 @@
{
"tabname": "Neuer Tab",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Guten Morgen",
diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json
index 0402bd8c..27547997 100644
--- a/src/i18n/locales/el.json
+++ b/src/i18n/locales/el.json
@@ -1,5 +1,9 @@
{
"tabname": "Νέα καρτέλα",
+ "branding": {
+ "name": "Μιου",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Good Morning",
diff --git a/src/i18n/locales/en_GB.json b/src/i18n/locales/en_GB.json
index 14945be1..b62a537c 100644
--- a/src/i18n/locales/en_GB.json
+++ b/src/i18n/locales/en_GB.json
@@ -1,5 +1,9 @@
{
"tabname": "New Tab",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Good Morning",
diff --git a/src/i18n/locales/en_US.json b/src/i18n/locales/en_US.json
index f1b06fe1..17389dd0 100644
--- a/src/i18n/locales/en_US.json
+++ b/src/i18n/locales/en_US.json
@@ -1,5 +1,9 @@
{
"tabname": "China",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Good Morning",
diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json
index 0be29083..3690bde1 100644
--- a/src/i18n/locales/es.json
+++ b/src/i18n/locales/es.json
@@ -1,5 +1,9 @@
{
"tabname": "Nueva pestaña",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Buenos días",
diff --git a/src/i18n/locales/es_419.json b/src/i18n/locales/es_419.json
index 377e383a..15d7e454 100644
--- a/src/i18n/locales/es_419.json
+++ b/src/i18n/locales/es_419.json
@@ -1,5 +1,9 @@
{
"tabname": "Nueva pestaña",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Buenos días",
diff --git a/src/i18n/locales/et.json b/src/i18n/locales/et.json
index cf808526..ba226e82 100644
--- a/src/i18n/locales/et.json
+++ b/src/i18n/locales/et.json
@@ -1,5 +1,9 @@
{
"tabname": "Uus vahekaart",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Tere hommikust",
diff --git a/src/i18n/locales/fa.json b/src/i18n/locales/fa.json
index c9e4b35c..facd0815 100644
--- a/src/i18n/locales/fa.json
+++ b/src/i18n/locales/fa.json
@@ -1,5 +1,9 @@
{
"tabname": "New Tab",
+ "branding": {
+ "name": "ميو",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "صبح بخیر",
diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json
index 5df201a5..a09f0e17 100644
--- a/src/i18n/locales/fr.json
+++ b/src/i18n/locales/fr.json
@@ -1,5 +1,9 @@
{
"tabname": "Nouvel onglet",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Bonjour",
diff --git a/src/i18n/locales/hu.json b/src/i18n/locales/hu.json
index 04de2c06..643569f4 100644
--- a/src/i18n/locales/hu.json
+++ b/src/i18n/locales/hu.json
@@ -1,5 +1,9 @@
{
"tabname": "New Tab",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Good Morning",
diff --git a/src/i18n/locales/id_ID.json b/src/i18n/locales/id_ID.json
index fa207621..16d0b18c 100644
--- a/src/i18n/locales/id_ID.json
+++ b/src/i18n/locales/id_ID.json
@@ -1,5 +1,9 @@
{
"tabname": "Tab Baru",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Selamat Pagi",
diff --git a/src/i18n/locales/ja.json b/src/i18n/locales/ja.json
index 5ba5297d..c8d1a9bb 100644
--- a/src/i18n/locales/ja.json
+++ b/src/i18n/locales/ja.json
@@ -1,5 +1,9 @@
{
"tabname": "新しいタブ",
+ "branding": {
+ "name": "ミュー",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "おはようございます",
diff --git a/src/i18n/locales/lt.json b/src/i18n/locales/lt.json
index 79be1ed3..dbeb15a0 100644
--- a/src/i18n/locales/lt.json
+++ b/src/i18n/locales/lt.json
@@ -1,5 +1,9 @@
{
"tabname": "Naujas skirtukas",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Labas rytas",
diff --git a/src/i18n/locales/lv.json b/src/i18n/locales/lv.json
index 3eedbc1d..7f010112 100644
--- a/src/i18n/locales/lv.json
+++ b/src/i18n/locales/lv.json
@@ -1,5 +1,9 @@
{
"tabname": "Jauna cilne",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Labrīt",
diff --git a/src/i18n/locales/nl.json b/src/i18n/locales/nl.json
index cfcfc3ad..e29b34ee 100644
--- a/src/i18n/locales/nl.json
+++ b/src/i18n/locales/nl.json
@@ -1,5 +1,9 @@
{
"tabname": "Nieuw Tabblad",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Goedemorgen",
diff --git a/src/i18n/locales/no.json b/src/i18n/locales/no.json
index 3b98b5d6..c4be3e69 100644
--- a/src/i18n/locales/no.json
+++ b/src/i18n/locales/no.json
@@ -1,5 +1,9 @@
{
"tabname": "New Tab",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "God Morgen",
diff --git a/src/i18n/locales/peo.json b/src/i18n/locales/peo.json
index 61ada514..6b4fcfaf 100644
--- a/src/i18n/locales/peo.json
+++ b/src/i18n/locales/peo.json
@@ -1,5 +1,9 @@
{
"tabname": "تب جدید",
+ "branding": {
+ "name": "ميو",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "صبح بخیر",
diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json
index 74f7e9a4..5a7272b7 100644
--- a/src/i18n/locales/pt.json
+++ b/src/i18n/locales/pt.json
@@ -1,5 +1,9 @@
{
"tabname": "Nova Guia",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Bom Dia",
diff --git a/src/i18n/locales/pt_BR.json b/src/i18n/locales/pt_BR.json
index a716f71d..b9361459 100644
--- a/src/i18n/locales/pt_BR.json
+++ b/src/i18n/locales/pt_BR.json
@@ -1,5 +1,9 @@
{
"tabname": "Nova guia",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Bom Dia",
diff --git a/src/i18n/locales/ru.json b/src/i18n/locales/ru.json
index 12848962..4bf14aea 100644
--- a/src/i18n/locales/ru.json
+++ b/src/i18n/locales/ru.json
@@ -1,5 +1,9 @@
{
"tabname": "Новая вкладка",
+ "branding": {
+ "name": "Мю",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Доброе утро",
diff --git a/src/i18n/locales/sl.json b/src/i18n/locales/sl.json
index 9101577f..b083b422 100644
--- a/src/i18n/locales/sl.json
+++ b/src/i18n/locales/sl.json
@@ -1,5 +1,9 @@
{
"tabname": "Nov zavihek",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Dobro jutro",
diff --git a/src/i18n/locales/sv.json b/src/i18n/locales/sv.json
index c94ce9cc..55faa9e5 100644
--- a/src/i18n/locales/sv.json
+++ b/src/i18n/locales/sv.json
@@ -1,5 +1,9 @@
{
"tabname": "Ny flik",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "God morgon",
diff --git a/src/i18n/locales/ta.json b/src/i18n/locales/ta.json
index 60d0754b..2ff979b4 100644
--- a/src/i18n/locales/ta.json
+++ b/src/i18n/locales/ta.json
@@ -1,5 +1,9 @@
{
"tabname": "புதிய தாவல்",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "காலை வணக்கம்",
diff --git a/src/i18n/locales/tr_TR.json b/src/i18n/locales/tr_TR.json
index e7de7d30..918eac9d 100644
--- a/src/i18n/locales/tr_TR.json
+++ b/src/i18n/locales/tr_TR.json
@@ -1,5 +1,9 @@
{
"tabname": "Yeni Sekme",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Günaydın",
diff --git a/src/i18n/locales/uk.json b/src/i18n/locales/uk.json
index 4a049bab..3e40a988 100644
--- a/src/i18n/locales/uk.json
+++ b/src/i18n/locales/uk.json
@@ -1,5 +1,9 @@
{
"tabname": "Нова вкладка",
+ "branding": {
+ "name": "Мю",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Доброго ранку",
diff --git a/src/i18n/locales/vi.json b/src/i18n/locales/vi.json
index 13dc6f00..036ab569 100644
--- a/src/i18n/locales/vi.json
+++ b/src/i18n/locales/vi.json
@@ -1,5 +1,9 @@
{
"tabname": "Tab mới",
+ "branding": {
+ "name": "Mue",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "Chào buổi sáng",
diff --git a/src/i18n/locales/zh_CN.json b/src/i18n/locales/zh_CN.json
index 980e3c7c..a7aadc52 100644
--- a/src/i18n/locales/zh_CN.json
+++ b/src/i18n/locales/zh_CN.json
@@ -1,5 +1,9 @@
{
"tabname": "新标签页",
+ "branding": {
+ "name": "沐页",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "早上好",
diff --git a/src/i18n/locales/zh_Hant.json b/src/i18n/locales/zh_Hant.json
index afca0e84..b58ff399 100644
--- a/src/i18n/locales/zh_Hant.json
+++ b/src/i18n/locales/zh_Hant.json
@@ -1,5 +1,9 @@
{
"tabname": "新分頁",
+ "branding": {
+ "name": "沐頁",
+ "author": "The Mue Authors"
+ },
"widgets": {
"greeting": {
"morning": "早安",