mirror of
https://github.com/tooot-app/app
synced 2025-04-24 07:07:24 +02:00
Correct duplicate string
This commit is contained in:
parent
c125382965
commit
d02e45a72c
@ -277,7 +277,7 @@ const ParseHTML = React.memo(
|
|||||||
color: colors.primaryDefault,
|
color: colors.primaryDefault,
|
||||||
marginRight: StyleConstants.Spacing.S
|
marginRight: StyleConstants.Spacing.S
|
||||||
}}
|
}}
|
||||||
children={t(`HTML.expanded.${expanded.toString()}`, {
|
children={t('HTML.expanded', {
|
||||||
hint: expandHint,
|
hint: expandHint,
|
||||||
totalLines:
|
totalLines:
|
||||||
numberOfLines > 1 && typeof totalLines === 'number'
|
numberOfLines > 1 && typeof totalLines === 'number'
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
{
|
{
|
||||||
"HTML": {
|
"HTML": {
|
||||||
"accessibilityHint": "Tap to expand or collapse content",
|
"accessibilityHint": "Tap to expand or collapse content",
|
||||||
"expanded": {
|
"expanded": "{{hint}}{{totalLines}}",
|
||||||
"true": "{{hint}}{{totalLines}}",
|
|
||||||
"false": "{{hint}}{{totalLines}}"
|
|
||||||
},
|
|
||||||
"totalLines": " ({{count}} lines)",
|
"totalLines": " ({{count}} lines)",
|
||||||
"defaultHint": "Long toot"
|
"defaultHint": "Long toot"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user