translate settings divisions

This commit is contained in:
Martti Malmi 2023-12-18 16:37:26 +02:00
parent 9702529437
commit 33963f35ed
3 changed files with 8 additions and 4 deletions

View File

@ -19,7 +19,7 @@ const SettingsIndex = () => {
const settingsGroups = [ const settingsGroups = [
{ {
title: "Account", title: <FormattedMessage id="TwyMau" defaultMessage="Account" />,
items: [ items: [
{ {
icon: "profile", icon: "profile",
@ -64,7 +64,7 @@ const SettingsIndex = () => {
], ],
}, },
{ {
title: "Interaction", title: <FormattedMessage id="hvFRBo" defaultMessage="Interaction" />,
items: [ items: [
{ {
icon: "relay", icon: "relay",
@ -99,7 +99,7 @@ const SettingsIndex = () => {
], ],
}, },
{ {
title: "Support", title: <FormattedMessage id="HqRNN8" defaultMessage="Support" />,
items: [ items: [
{ {
icon: "heart", icon: "heart",
@ -130,7 +130,7 @@ const SettingsIndex = () => {
], ],
}, },
{ {
title: "Log Out", title: <FormattedMessage id="H0JBH6" defaultMessage="Log Out" />,
items: [ items: [
{ {
icon: "logout", icon: "logout",

View File

@ -1170,6 +1170,9 @@
"g5pX+a": { "g5pX+a": {
"defaultMessage": "About" "defaultMessage": "About"
}, },
"g6h5Y+": {
"defaultMessage": "Log Out"
},
"g985Wp": { "g985Wp": {
"defaultMessage": "Failed to send vote" "defaultMessage": "Failed to send vote"
}, },

View File

@ -385,6 +385,7 @@
"fqwcJ1": "On-chain Donation", "fqwcJ1": "On-chain Donation",
"fsB/4p": "Saved", "fsB/4p": "Saved",
"g5pX+a": "About", "g5pX+a": "About",
"g6h5Y+": "Log Out",
"g985Wp": "Failed to send vote", "g985Wp": "Failed to send vote",
"gDzDRs": "Emoji to send when reactiong to a note", "gDzDRs": "Emoji to send when reactiong to a note",
"gXgY3+": "Not all clients support this yet", "gXgY3+": "Not all clients support this yet",