diff --git a/locales/en/profile.json b/locales/en/profile.json index 1fb622d..5ead33d 100644 --- a/locales/en/profile.json +++ b/locales/en/profile.json @@ -20,5 +20,7 @@ "keys": "Public keys", "download": "Download", "fingerprint": "Digital fingerprint", - "view": "View" + "view": "View", + "device": "Devices", + "account": "Accounts" } \ No newline at end of file diff --git a/locales/ja/profile.json b/locales/ja/profile.json index 0bf75ca..9eb4097 100644 --- a/locales/ja/profile.json +++ b/locales/ja/profile.json @@ -20,5 +20,7 @@ "keys": "公開鍵", "download": "ダウンロード", "fingerprint": "電子指紋", - "view": "閲覧" + "view": "閲覧", + "device": "デバイス", + "account": "アカウント" } \ No newline at end of file diff --git a/pages/profile.js b/pages/profile.js index 7733a70..a9f4424 100644 --- a/pages/profile.js +++ b/pages/profile.js @@ -1,7 +1,7 @@ import Layout from "./components/Layout" import useTranslation from 'next-translate/useTranslation' import { faDiscord, faTwitter, faGithub, faKeybase, faInstagram, faMastodon, faSteam } from '@fortawesome/free-brands-svg-icons' -import { faEnvelope, faBirthdayCake, faMapPin, faSchool, faPhone, faInfo } from '@fortawesome/free-solid-svg-icons' +import { faEnvelope, faBirthdayCake, faMapPin, faSchool, faPhone, faInfo, faLink, faMobile } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import Link from 'next/link' import Image from 'next/image' @@ -29,6 +29,8 @@ export default function About(props) { const grade = t('grade') const icon_1 = t('icon_1') const icon_2 = t('icon_2') + const account = t('account') + const device = t('device') return ( @@ -158,13 +160,33 @@ export default function About(props) {
{icon_1}Minkasy {icon_2}