mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 03:55:37 +01:00
Convert text for internationalization.
This commit is contained in:
parent
6833a5bdb0
commit
f0ac9b6522
36 changed files with 1091 additions and 196 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import React from 'react';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import Link from 'next/link';
|
||||
import classNames from 'classnames';
|
||||
import Button from 'components/common/Button';
|
||||
|
|
@ -9,7 +10,9 @@ export default function Footer() {
|
|||
return (
|
||||
<footer className="container">
|
||||
<div className={classNames(styles.footer, 'row justify-content-center')}>
|
||||
<div>powered by</div>
|
||||
<div>
|
||||
<FormattedMessage id="footer.powered-by" defaultMessage="powered by" />
|
||||
</div>
|
||||
<Link href="https://umami.is">
|
||||
<a>
|
||||
<Button icon={<Logo />} size="small">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue