feat(i18n): add localised versions of the mue brand name

This commit is contained in:
alexsparkes
2026-01-29 18:31:42 +00:00
parent e03b1d68d0
commit 09308a4452
35 changed files with 136 additions and 1 deletions

View File

@@ -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"
/>
<div className="aboutText">
<span className="title">Mue</span>
<span className="title">{variables.getMessage('branding.name')}</span>
<span className="subtitle">
{variables.getMessage('modals.main.settings.sections.about.version.title')}{' '}
{variables.constants.VERSION}