[Glitch] Revert translation wrapper for counters
Port 43adb2c91d9254a88eef25dbc4a93c34f473f918 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
df5900d33c
commit
a70fd75a1a
@ -13,6 +13,7 @@ export const StatusesCounter = (
|
||||
count: pluralReady,
|
||||
counter: <strong>{displayNumber}</strong>,
|
||||
}}
|
||||
tagName='span'
|
||||
/>
|
||||
);
|
||||
|
||||
@ -27,6 +28,7 @@ export const FollowingCounter = (
|
||||
count: pluralReady,
|
||||
counter: <strong>{displayNumber}</strong>,
|
||||
}}
|
||||
tagName='span'
|
||||
/>
|
||||
);
|
||||
|
||||
@ -41,6 +43,7 @@ export const FollowersCounter = (
|
||||
count: pluralReady,
|
||||
counter: <strong>{displayNumber}</strong>,
|
||||
}}
|
||||
tagName='span'
|
||||
/>
|
||||
);
|
||||
|
||||
@ -55,5 +58,6 @@ export const FollowersYouKnowCounter = (
|
||||
count: pluralReady,
|
||||
counter: <strong>{displayNumber}</strong>,
|
||||
}}
|
||||
tagName='span'
|
||||
/>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user