this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix RTF not following locale

+131 -130
+3 -2
src/components/status.jsx
··· 104 104 window.ontouchstart !== undefined && 105 105 /iPad|iPhone|iPod/.test(navigator.userAgent); 106 106 107 - const rtf = new Intl.RelativeTimeFormat(); 107 + const RTF = mem((locale) => new Intl.RelativeTimeFormat(locale || undefined)); 108 108 109 109 const REACTIONS_LIMIT = 80; 110 110 ··· 379 379 showReplyParent, 380 380 mediaFirst, 381 381 }) { 382 - const { _, t } = useLingui(); 382 + const { _, t, i18n } = useLingui(); 383 + const rtf = RTF(i18n.locale); 383 384 384 385 if (skeleton) { 385 386 return (
+128 -128
src/locales/en.po
··· 34 34 35 35 #: src/components/account-block.jsx:170 36 36 #: src/components/account-info.jsx:715 37 - #: src/components/status.jsx:589 37 + #: src/components/status.jsx:590 38 38 msgid "Group" 39 39 msgstr "" 40 40 ··· 111 111 #: src/components/compose.jsx:2783 112 112 #: src/components/media-alt-modal.jsx:55 113 113 #: src/components/media-modal.jsx:359 114 - #: src/components/status.jsx:1835 115 - #: src/components/status.jsx:1852 116 - #: src/components/status.jsx:1977 117 - #: src/components/status.jsx:2598 118 - #: src/components/status.jsx:2601 114 + #: src/components/status.jsx:1836 115 + #: src/components/status.jsx:1853 116 + #: src/components/status.jsx:1978 117 + #: src/components/status.jsx:2599 118 + #: src/components/status.jsx:2602 119 119 #: src/pages/account-statuses.jsx:526 120 120 #: src/pages/accounts.jsx:118 121 121 #: src/pages/hashtag.jsx:202 ··· 203 203 msgstr "" 204 204 205 205 #: src/components/account-info.jsx:946 206 - #: src/components/status.jsx:2382 206 + #: src/components/status.jsx:2383 207 207 #: src/pages/catchup.jsx:71 208 208 #: src/pages/catchup.jsx:1448 209 209 #: src/pages/catchup.jsx:2061 ··· 329 329 msgstr "" 330 330 331 331 #: src/components/account-info.jsx:1490 332 - #: src/components/status.jsx:1257 332 + #: src/components/status.jsx:1258 333 333 msgid "Link copied" 334 334 msgstr "" 335 335 336 336 #: src/components/account-info.jsx:1493 337 - #: src/components/status.jsx:1260 337 + #: src/components/status.jsx:1261 338 338 msgid "Unable to copy link" 339 339 msgstr "" 340 340 341 341 #: src/components/account-info.jsx:1499 342 342 #: src/components/shortcuts-settings.jsx:1059 343 - #: src/components/status.jsx:1266 344 - #: src/components/status.jsx:3376 343 + #: src/components/status.jsx:1267 344 + #: src/components/status.jsx:3377 345 345 msgid "Copy" 346 346 msgstr "" 347 347 348 348 #: src/components/account-info.jsx:1514 349 349 #: src/components/shortcuts-settings.jsx:1077 350 - #: src/components/status.jsx:1282 350 + #: src/components/status.jsx:1283 351 351 msgid "Sharing doesn't seem to work." 352 352 msgstr "" 353 353 354 354 #: src/components/account-info.jsx:1520 355 - #: src/components/status.jsx:1288 355 + #: src/components/status.jsx:1289 356 356 msgid "Share…" 357 357 msgstr "" 358 358 ··· 466 466 #: src/components/shortcuts-settings.jsx:230 467 467 #: src/components/shortcuts-settings.jsx:583 468 468 #: src/components/shortcuts-settings.jsx:783 469 - #: src/components/status.jsx:3100 470 - #: src/components/status.jsx:3340 471 - #: src/components/status.jsx:3849 469 + #: src/components/status.jsx:3101 470 + #: src/components/status.jsx:3341 471 + #: src/components/status.jsx:3850 472 472 #: src/pages/accounts.jsx:45 473 473 #: src/pages/catchup.jsx:1584 474 474 #: src/pages/filters.jsx:225 ··· 718 718 msgstr "Attachment #{i} failed" 719 719 720 720 #: src/components/compose.jsx:1221 721 - #: src/components/status.jsx:2165 721 + #: src/components/status.jsx:2166 722 722 #: src/components/timeline.jsx:1023 723 723 msgid "Content warning" 724 724 msgstr "" ··· 754 754 755 755 #: src/components/compose.jsx:1288 756 756 #: src/components/status.jsx:100 757 - #: src/components/status.jsx:2041 757 + #: src/components/status.jsx:2042 758 758 msgid "Private mention" 759 759 msgstr "" 760 760 ··· 791 791 792 792 #: src/components/compose.jsx:1675 793 793 #: src/components/keyboard-shortcuts-help.jsx:155 794 - #: src/components/status.jsx:1029 795 - #: src/components/status.jsx:1815 794 + #: src/components/status.jsx:1030 796 795 #: src/components/status.jsx:1816 797 - #: src/components/status.jsx:2502 796 + #: src/components/status.jsx:1817 797 + #: src/components/status.jsx:2503 798 798 msgid "Reply" 799 799 msgstr "" 800 800 ··· 1016 1016 1017 1017 #: src/components/drafts.jsx:128 1018 1018 #: src/components/list-add-edit.jsx:188 1019 - #: src/components/status.jsx:1432 1019 + #: src/components/status.jsx:1433 1020 1020 #: src/pages/filters.jsx:603 1021 1021 #: src/pages/scheduled-posts.jsx:369 1022 1022 msgid "Delete…" ··· 1225 1225 msgstr "" 1226 1226 1227 1227 #: src/components/keyboard-shortcuts-help.jsx:176 1228 - #: src/components/status.jsx:1037 1229 - #: src/components/status.jsx:2529 1230 - #: src/components/status.jsx:2552 1228 + #: src/components/status.jsx:1038 1229 + #: src/components/status.jsx:2530 1231 1230 #: src/components/status.jsx:2553 1231 + #: src/components/status.jsx:2554 1232 1232 msgid "Boost" 1233 1233 msgstr "" 1234 1234 ··· 1237 1237 msgstr "" 1238 1238 1239 1239 #: src/components/keyboard-shortcuts-help.jsx:184 1240 - #: src/components/status.jsx:1100 1241 - #: src/components/status.jsx:2577 1240 + #: src/components/status.jsx:1101 1242 1241 #: src/components/status.jsx:2578 1242 + #: src/components/status.jsx:2579 1243 1243 msgid "Bookmark" 1244 1244 msgstr "" 1245 1245 ··· 1304 1304 msgstr "" 1305 1305 1306 1306 #: src/components/media-alt-modal.jsx:67 1307 - #: src/components/status.jsx:1143 1308 - #: src/components/status.jsx:1152 1307 + #: src/components/status.jsx:1144 1308 + #: src/components/status.jsx:1153 1309 1309 #: src/components/translation-block.jsx:237 1310 1310 msgid "Translate" 1311 1311 msgstr "" 1312 1312 1313 1313 #: src/components/media-alt-modal.jsx:78 1314 - #: src/components/status.jsx:1171 1314 + #: src/components/status.jsx:1172 1315 1315 msgid "Speak" 1316 1316 msgstr "" 1317 1317 ··· 1348 1348 msgstr "" 1349 1349 1350 1350 #: src/components/media-post.jsx:133 1351 - #: src/components/status.jsx:3679 1352 - #: src/components/status.jsx:3775 1353 - #: src/components/status.jsx:3853 1351 + #: src/components/status.jsx:3680 1352 + #: src/components/status.jsx:3776 1353 + #: src/components/status.jsx:3854 1354 1354 #: src/components/timeline.jsx:1012 1355 1355 #: src/pages/catchup.jsx:75 1356 1356 #: src/pages/catchup.jsx:1880 ··· 1662 1662 msgstr "" 1663 1663 1664 1664 #: src/components/notification.jsx:445 1665 - #: src/components/status.jsx:1114 1666 - #: src/components/status.jsx:1124 1665 + #: src/components/status.jsx:1115 1666 + #: src/components/status.jsx:1125 1667 1667 msgid "Boosted/Liked by…" 1668 1668 msgstr "" 1669 1669 ··· 1993 1993 msgstr "" 1994 1994 1995 1995 #: src/components/shortcuts-settings.jsx:379 1996 - #: src/components/status.jsx:1394 1996 + #: src/components/status.jsx:1395 1997 1997 #: src/pages/list.jsx:195 1998 1998 msgid "Edit" 1999 1999 msgstr "" ··· 2192 2192 msgid "Import/export settings from/to instance server (Very experimental)" 2193 2193 msgstr "" 2194 2194 2195 - #: src/components/status.jsx:613 2195 + #: src/components/status.jsx:614 2196 2196 msgid "<0/> <1>boosted</1>" 2197 2197 msgstr "" 2198 2198 2199 - #: src/components/status.jsx:712 2199 + #: src/components/status.jsx:713 2200 2200 msgid "Sorry, your current logged-in instance can't interact with this post from another instance." 2201 2201 msgstr "" 2202 2202 2203 2203 #. placeholder {0}: username || acct 2204 - #: src/components/status.jsx:866 2204 + #: src/components/status.jsx:867 2205 2205 msgid "Unliked @{0}'s post" 2206 2206 msgstr "" 2207 2207 2208 2208 #. placeholder {0}: username || acct 2209 - #: src/components/status.jsx:867 2209 + #: src/components/status.jsx:868 2210 2210 msgid "Liked @{0}'s post" 2211 2211 msgstr "Liked @{0}'s post" 2212 2212 2213 2213 #. placeholder {0}: username || acct 2214 - #: src/components/status.jsx:906 2214 + #: src/components/status.jsx:907 2215 2215 msgid "Unbookmarked @{0}'s post" 2216 2216 msgstr "Unbookmarked @{0}'s post" 2217 2217 2218 2218 #. placeholder {0}: username || acct 2219 - #: src/components/status.jsx:907 2219 + #: src/components/status.jsx:908 2220 2220 msgid "Bookmarked @{0}'s post" 2221 2221 msgstr "Bookmarked @{0}'s post" 2222 2222 2223 - #: src/components/status.jsx:1006 2223 + #: src/components/status.jsx:1007 2224 2224 msgid "Some media have no descriptions." 2225 2225 msgstr "" 2226 2226 2227 2227 #. placeholder {0}: rtf.format(-statusMonthsAgo, 'month') 2228 - #: src/components/status.jsx:1013 2228 + #: src/components/status.jsx:1014 2229 2229 msgid "Old post (<0>{0}</0>)" 2230 2230 msgstr "" 2231 2231 2232 - #: src/components/status.jsx:1037 2233 - #: src/components/status.jsx:1077 2234 - #: src/components/status.jsx:2529 2235 - #: src/components/status.jsx:2552 2232 + #: src/components/status.jsx:1038 2233 + #: src/components/status.jsx:1078 2234 + #: src/components/status.jsx:2530 2235 + #: src/components/status.jsx:2553 2236 2236 msgid "Unboost" 2237 2237 msgstr "" 2238 2238 2239 - #: src/components/status.jsx:1053 2240 - #: src/components/status.jsx:2544 2239 + #: src/components/status.jsx:1054 2240 + #: src/components/status.jsx:2545 2241 2241 msgid "Quote" 2242 2242 msgstr "" 2243 2243 2244 2244 #. placeholder {0}: username || acct 2245 - #: src/components/status.jsx:1065 2246 - #: src/components/status.jsx:1531 2245 + #: src/components/status.jsx:1066 2246 + #: src/components/status.jsx:1532 2247 2247 msgid "Unboosted @{0}'s post" 2248 2248 msgstr "Unboosted @{0}'s post" 2249 2249 2250 2250 #. placeholder {0}: username || acct 2251 - #: src/components/status.jsx:1066 2252 - #: src/components/status.jsx:1532 2251 + #: src/components/status.jsx:1067 2252 + #: src/components/status.jsx:1533 2253 2253 msgid "Boosted @{0}'s post" 2254 2254 msgstr "Boosted @{0}'s post" 2255 2255 2256 - #: src/components/status.jsx:1078 2256 + #: src/components/status.jsx:1079 2257 2257 msgid "Boost…" 2258 2258 msgstr "" 2259 2259 2260 - #: src/components/status.jsx:1090 2261 - #: src/components/status.jsx:1825 2262 - #: src/components/status.jsx:2565 2260 + #: src/components/status.jsx:1091 2261 + #: src/components/status.jsx:1826 2262 + #: src/components/status.jsx:2566 2263 2263 msgid "Unlike" 2264 2264 msgstr "" 2265 2265 2266 - #: src/components/status.jsx:1091 2267 - #: src/components/status.jsx:1825 2266 + #: src/components/status.jsx:1092 2268 2267 #: src/components/status.jsx:1826 2269 - #: src/components/status.jsx:2565 2268 + #: src/components/status.jsx:1827 2270 2269 #: src/components/status.jsx:2566 2270 + #: src/components/status.jsx:2567 2271 2271 msgid "Like" 2272 2272 msgstr "" 2273 2273 2274 - #: src/components/status.jsx:1100 2275 - #: src/components/status.jsx:2577 2274 + #: src/components/status.jsx:1101 2275 + #: src/components/status.jsx:2578 2276 2276 msgid "Unbookmark" 2277 2277 msgstr "" 2278 2278 2279 - #: src/components/status.jsx:1183 2279 + #: src/components/status.jsx:1184 2280 2280 msgid "Post text copied" 2281 2281 msgstr "Post text copied" 2282 2282 2283 - #: src/components/status.jsx:1186 2283 + #: src/components/status.jsx:1187 2284 2284 msgid "Unable to copy post text" 2285 2285 msgstr "Unable to copy post text" 2286 2286 2287 - #: src/components/status.jsx:1192 2287 + #: src/components/status.jsx:1193 2288 2288 msgid "Copy post text" 2289 2289 msgstr "Copy post text" 2290 2290 2291 2291 #. placeholder {0}: username || acct 2292 - #: src/components/status.jsx:1210 2292 + #: src/components/status.jsx:1211 2293 2293 msgid "View post by <0>@{0}</0>" 2294 2294 msgstr "" 2295 2295 2296 - #: src/components/status.jsx:1231 2296 + #: src/components/status.jsx:1232 2297 2297 msgid "Show Edit History" 2298 2298 msgstr "" 2299 2299 2300 - #: src/components/status.jsx:1234 2300 + #: src/components/status.jsx:1235 2301 2301 msgid "Edited: {editedDateText}" 2302 2302 msgstr "" 2303 2303 2304 - #: src/components/status.jsx:1301 2305 - #: src/components/status.jsx:3345 2304 + #: src/components/status.jsx:1302 2305 + #: src/components/status.jsx:3346 2306 2306 msgid "Embed post" 2307 2307 msgstr "" 2308 2308 2309 - #: src/components/status.jsx:1315 2309 + #: src/components/status.jsx:1316 2310 2310 msgid "Conversation unmuted" 2311 2311 msgstr "" 2312 2312 2313 - #: src/components/status.jsx:1315 2313 + #: src/components/status.jsx:1316 2314 2314 msgid "Conversation muted" 2315 2315 msgstr "" 2316 2316 2317 - #: src/components/status.jsx:1321 2317 + #: src/components/status.jsx:1322 2318 2318 msgid "Unable to unmute conversation" 2319 2319 msgstr "" 2320 2320 2321 - #: src/components/status.jsx:1322 2321 + #: src/components/status.jsx:1323 2322 2322 msgid "Unable to mute conversation" 2323 2323 msgstr "" 2324 2324 2325 - #: src/components/status.jsx:1331 2325 + #: src/components/status.jsx:1332 2326 2326 msgid "Unmute conversation" 2327 2327 msgstr "" 2328 2328 2329 - #: src/components/status.jsx:1338 2329 + #: src/components/status.jsx:1339 2330 2330 msgid "Mute conversation" 2331 2331 msgstr "" 2332 2332 2333 - #: src/components/status.jsx:1354 2333 + #: src/components/status.jsx:1355 2334 2334 msgid "Post unpinned from profile" 2335 2335 msgstr "" 2336 2336 2337 - #: src/components/status.jsx:1355 2337 + #: src/components/status.jsx:1356 2338 2338 msgid "Post pinned to profile" 2339 2339 msgstr "" 2340 2340 2341 - #: src/components/status.jsx:1360 2341 + #: src/components/status.jsx:1361 2342 2342 msgid "Unable to unpin post" 2343 2343 msgstr "" 2344 2344 2345 - #: src/components/status.jsx:1360 2345 + #: src/components/status.jsx:1361 2346 2346 msgid "Unable to pin post" 2347 2347 msgstr "" 2348 2348 2349 - #: src/components/status.jsx:1369 2349 + #: src/components/status.jsx:1370 2350 2350 msgid "Unpin from profile" 2351 2351 msgstr "" 2352 2352 2353 - #: src/components/status.jsx:1376 2353 + #: src/components/status.jsx:1377 2354 2354 msgid "Pin to profile" 2355 2355 msgstr "" 2356 2356 2357 - #: src/components/status.jsx:1405 2357 + #: src/components/status.jsx:1406 2358 2358 msgid "Delete this post?" 2359 2359 msgstr "" 2360 2360 2361 - #: src/components/status.jsx:1421 2361 + #: src/components/status.jsx:1422 2362 2362 msgid "Post deleted" 2363 2363 msgstr "" 2364 2364 2365 - #: src/components/status.jsx:1424 2365 + #: src/components/status.jsx:1425 2366 2366 msgid "Unable to delete post" 2367 2367 msgstr "" 2368 2368 2369 - #: src/components/status.jsx:1452 2369 + #: src/components/status.jsx:1453 2370 2370 msgid "Report post…" 2371 2371 msgstr "" 2372 2372 2373 - #: src/components/status.jsx:1826 2374 - #: src/components/status.jsx:1862 2375 - #: src/components/status.jsx:2566 2373 + #: src/components/status.jsx:1827 2374 + #: src/components/status.jsx:1863 2375 + #: src/components/status.jsx:2567 2376 2376 msgid "Liked" 2377 2377 msgstr "" 2378 2378 2379 - #: src/components/status.jsx:1859 2380 - #: src/components/status.jsx:2553 2379 + #: src/components/status.jsx:1860 2380 + #: src/components/status.jsx:2554 2381 2381 msgid "Boosted" 2382 2382 msgstr "" 2383 2383 2384 - #: src/components/status.jsx:1869 2385 - #: src/components/status.jsx:2578 2384 + #: src/components/status.jsx:1870 2385 + #: src/components/status.jsx:2579 2386 2386 msgid "Bookmarked" 2387 2387 msgstr "" 2388 2388 2389 - #: src/components/status.jsx:1873 2389 + #: src/components/status.jsx:1874 2390 2390 msgid "Pinned" 2391 2391 msgstr "" 2392 2392 2393 - #: src/components/status.jsx:1919 2394 - #: src/components/status.jsx:2390 2393 + #: src/components/status.jsx:1920 2394 + #: src/components/status.jsx:2391 2395 2395 msgid "Deleted" 2396 2396 msgstr "" 2397 2397 2398 - #: src/components/status.jsx:1960 2398 + #: src/components/status.jsx:1961 2399 2399 msgid "{repliesCount, plural, one {# reply} other {# replies}}" 2400 2400 msgstr "" 2401 2401 2402 2402 #. placeholder {0}: snapStates.statusThreadNumber[sKey] ? ` ${snapStates.statusThreadNumber[sKey]}/X` : '' 2403 - #: src/components/status.jsx:2050 2403 + #: src/components/status.jsx:2051 2404 2404 msgid "Thread{0}" 2405 2405 msgstr "" 2406 2406 2407 - #: src/components/status.jsx:2128 2408 - #: src/components/status.jsx:2190 2409 - #: src/components/status.jsx:2286 2407 + #: src/components/status.jsx:2129 2408 + #: src/components/status.jsx:2191 2409 + #: src/components/status.jsx:2287 2410 2410 msgid "Show less" 2411 2411 msgstr "" 2412 2412 2413 - #: src/components/status.jsx:2128 2414 - #: src/components/status.jsx:2190 2413 + #: src/components/status.jsx:2129 2414 + #: src/components/status.jsx:2191 2415 2415 msgid "Show content" 2416 2416 msgstr "" 2417 2417 2418 2418 #. placeholder {0}: filterInfo.titlesStr 2419 2419 #. placeholder {0}: filterInfo?.titlesStr 2420 - #: src/components/status.jsx:2282 2420 + #: src/components/status.jsx:2283 2421 2421 #: src/pages/catchup.jsx:1879 2422 2422 msgid "Filtered: {0}" 2423 2423 msgstr "Filtered: {0}" 2424 2424 2425 - #: src/components/status.jsx:2286 2425 + #: src/components/status.jsx:2287 2426 2426 msgid "Show media" 2427 2427 msgstr "" 2428 2428 2429 - #: src/components/status.jsx:2426 2429 + #: src/components/status.jsx:2427 2430 2430 msgid "Edited" 2431 2431 msgstr "" 2432 2432 2433 - #: src/components/status.jsx:2503 2433 + #: src/components/status.jsx:2504 2434 2434 msgid "Comments" 2435 2435 msgstr "" 2436 2436 2437 2437 #. More from [Author] 2438 - #: src/components/status.jsx:2803 2438 + #: src/components/status.jsx:2804 2439 2439 msgid "More from <0/>" 2440 2440 msgstr "More from <0/>" 2441 2441 2442 - #: src/components/status.jsx:3105 2442 + #: src/components/status.jsx:3106 2443 2443 msgid "Edit History" 2444 2444 msgstr "" 2445 2445 2446 - #: src/components/status.jsx:3109 2446 + #: src/components/status.jsx:3110 2447 2447 msgid "Failed to load history" 2448 2448 msgstr "" 2449 2449 2450 - #: src/components/status.jsx:3114 2450 + #: src/components/status.jsx:3115 2451 2451 #: src/pages/annual-report.jsx:45 2452 2452 msgid "Loading…" 2453 2453 msgstr "" 2454 2454 2455 - #: src/components/status.jsx:3350 2455 + #: src/components/status.jsx:3351 2456 2456 msgid "HTML Code" 2457 2457 msgstr "" 2458 2458 2459 - #: src/components/status.jsx:3367 2459 + #: src/components/status.jsx:3368 2460 2460 msgid "HTML code copied" 2461 2461 msgstr "" 2462 2462 2463 - #: src/components/status.jsx:3370 2463 + #: src/components/status.jsx:3371 2464 2464 msgid "Unable to copy HTML code" 2465 2465 msgstr "" 2466 2466 2467 - #: src/components/status.jsx:3382 2467 + #: src/components/status.jsx:3383 2468 2468 msgid "Media attachments:" 2469 2469 msgstr "" 2470 2470 2471 - #: src/components/status.jsx:3404 2471 + #: src/components/status.jsx:3405 2472 2472 msgid "Account Emojis:" 2473 2473 msgstr "" 2474 2474 2475 - #: src/components/status.jsx:3435 2476 - #: src/components/status.jsx:3480 2475 + #: src/components/status.jsx:3436 2476 + #: src/components/status.jsx:3481 2477 2477 msgid "static URL" 2478 2478 msgstr "" 2479 2479 2480 - #: src/components/status.jsx:3449 2480 + #: src/components/status.jsx:3450 2481 2481 msgid "Emojis:" 2482 2482 msgstr "" 2483 2483 2484 - #: src/components/status.jsx:3494 2484 + #: src/components/status.jsx:3495 2485 2485 msgid "Notes:" 2486 2486 msgstr "" 2487 2487 2488 - #: src/components/status.jsx:3498 2488 + #: src/components/status.jsx:3499 2489 2489 msgid "This is static, unstyled and scriptless. You may need to apply your own styles and edit as needed." 2490 2490 msgstr "" 2491 2491 2492 - #: src/components/status.jsx:3504 2492 + #: src/components/status.jsx:3505 2493 2493 msgid "Polls are not interactive, becomes a list with vote counts." 2494 2494 msgstr "" 2495 2495 2496 - #: src/components/status.jsx:3509 2496 + #: src/components/status.jsx:3510 2497 2497 msgid "Media attachments can be images, videos, audios or any file types." 2498 2498 msgstr "" 2499 2499 2500 - #: src/components/status.jsx:3515 2500 + #: src/components/status.jsx:3516 2501 2501 msgid "Post could be edited or deleted later." 2502 2502 msgstr "" 2503 2503 2504 - #: src/components/status.jsx:3521 2504 + #: src/components/status.jsx:3522 2505 2505 msgid "Preview" 2506 2506 msgstr "" 2507 2507 2508 - #: src/components/status.jsx:3530 2508 + #: src/components/status.jsx:3531 2509 2509 msgid "Note: This preview is lightly styled." 2510 2510 msgstr "" 2511 2511 2512 2512 #. [Name] [Visibility icon] boosted 2513 - #: src/components/status.jsx:3783 2513 + #: src/components/status.jsx:3784 2514 2514 msgid "<0/> <1/> boosted" 2515 2515 msgstr "" 2516 2516