Revert translation wrapper for counters (#38453)

This commit is contained in:
diondiondion 2026-03-27 16:04:07 +01:00 committed by GitHub
parent db54c59df4
commit 43adb2c91d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'
/>
);