this repo has no description
0
fork

Configure Feed

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

Prevent long blocking task and checkDifferentLanguage running twice

+135 -137
+2 -4
src/components/status.jsx
··· 1083 1083 const contentTranslationHideLanguages = 1084 1084 snapStates.settings.contentTranslationHideLanguages || []; 1085 1085 const [differentLanguage, setDifferentLanguage] = useState( 1086 - () => 1087 - DIFFERENT_LANG_CHECK[language + contentTranslationHideLanguages] || 1088 - checkDifferentLanguage(language, contentTranslationHideLanguages), 1086 + DIFFERENT_LANG_CHECK[language + contentTranslationHideLanguages], 1089 1087 ); 1090 1088 useEffect(() => { 1091 1089 if (!language || differentLanguage) { ··· 1106 1104 if (different) setDifferentLanguage(different); 1107 1105 }, 1); 1108 1106 return () => clearTimeout(timeout); 1109 - }, [language, differentLanguage, contentTranslationHideLanguages]); 1107 + }, [language, differentLanguage]); 1110 1108 1111 1109 const reblogIterator = useRef(); 1112 1110 const favouriteIterator = useRef();
+133 -133
src/locales/en.po
··· 108 108 #: src/components/compose.jsx:2819 109 109 #: src/components/media-alt-modal.jsx:55 110 110 #: src/components/media-modal.jsx:363 111 - #: src/components/status.jsx:1998 112 - #: src/components/status.jsx:2015 113 - #: src/components/status.jsx:2140 114 - #: src/components/status.jsx:2769 115 - #: src/components/status.jsx:2772 111 + #: src/components/status.jsx:1996 112 + #: src/components/status.jsx:2013 113 + #: src/components/status.jsx:2138 114 + #: src/components/status.jsx:2767 115 + #: src/components/status.jsx:2770 116 116 #: src/pages/account-statuses.jsx:539 117 117 #: src/pages/accounts.jsx:118 118 118 #: src/pages/hashtag.jsx:203 ··· 217 217 msgstr "" 218 218 219 219 #: src/components/account-info.jsx:978 220 - #: src/components/status.jsx:2553 220 + #: src/components/status.jsx:2551 221 221 #: src/pages/catchup.jsx:71 222 222 #: src/pages/catchup.jsx:1448 223 223 #: src/pages/catchup.jsx:2061 ··· 343 343 msgstr "" 344 344 345 345 #: src/components/account-info.jsx:1522 346 - #: src/components/status.jsx:1420 346 + #: src/components/status.jsx:1418 347 347 msgid "Link copied" 348 348 msgstr "" 349 349 350 350 #: src/components/account-info.jsx:1525 351 - #: src/components/status.jsx:1423 351 + #: src/components/status.jsx:1421 352 352 msgid "Unable to copy link" 353 353 msgstr "" 354 354 355 355 #: src/components/account-info.jsx:1531 356 356 #: src/components/shortcuts-settings.jsx:1059 357 - #: src/components/status.jsx:1429 358 - #: src/components/status.jsx:3547 357 + #: src/components/status.jsx:1427 358 + #: src/components/status.jsx:3545 359 359 msgid "Copy" 360 360 msgstr "" 361 361 362 362 #: src/components/account-info.jsx:1546 363 363 #: src/components/shortcuts-settings.jsx:1077 364 - #: src/components/status.jsx:1445 364 + #: src/components/status.jsx:1443 365 365 msgid "Sharing doesn't seem to work." 366 366 msgstr "" 367 367 368 368 #: src/components/account-info.jsx:1552 369 - #: src/components/status.jsx:1451 369 + #: src/components/status.jsx:1449 370 370 msgid "Share…" 371 371 msgstr "" 372 372 ··· 480 480 #: src/components/shortcuts-settings.jsx:230 481 481 #: src/components/shortcuts-settings.jsx:583 482 482 #: src/components/shortcuts-settings.jsx:783 483 - #: src/components/status.jsx:3271 484 - #: src/components/status.jsx:3511 485 - #: src/components/status.jsx:4020 483 + #: src/components/status.jsx:3269 484 + #: src/components/status.jsx:3509 485 + #: src/components/status.jsx:4018 486 486 #: src/pages/accounts.jsx:45 487 487 #: src/pages/catchup.jsx:1584 488 488 #: src/pages/filters.jsx:225 ··· 732 732 msgstr "Attachment #{i} failed" 733 733 734 734 #: src/components/compose.jsx:1222 735 - #: src/components/status.jsx:2328 735 + #: src/components/status.jsx:2326 736 736 #: src/components/timeline.jsx:1023 737 737 msgid "Content warning" 738 738 msgstr "" ··· 768 768 769 769 #: src/components/compose.jsx:1289 770 770 #: src/components/status.jsx:103 771 - #: src/components/status.jsx:2204 771 + #: src/components/status.jsx:2202 772 772 msgid "Private mention" 773 773 msgstr "" 774 774 ··· 805 805 806 806 #: src/components/compose.jsx:1678 807 807 #: src/components/keyboard-shortcuts-help.jsx:155 808 - #: src/components/status.jsx:1192 809 - #: src/components/status.jsx:1978 810 - #: src/components/status.jsx:1979 811 - #: src/components/status.jsx:2673 808 + #: src/components/status.jsx:1190 809 + #: src/components/status.jsx:1976 810 + #: src/components/status.jsx:1977 811 + #: src/components/status.jsx:2671 812 812 msgid "Reply" 813 813 msgstr "" 814 814 ··· 1030 1030 1031 1031 #: src/components/drafts.jsx:128 1032 1032 #: src/components/list-add-edit.jsx:188 1033 - #: src/components/status.jsx:1595 1033 + #: src/components/status.jsx:1593 1034 1034 #: src/pages/filters.jsx:603 1035 1035 #: src/pages/scheduled-posts.jsx:369 1036 1036 msgid "Delete…" ··· 1239 1239 msgstr "" 1240 1240 1241 1241 #: src/components/keyboard-shortcuts-help.jsx:176 1242 - #: src/components/status.jsx:1200 1243 - #: src/components/status.jsx:2700 1244 - #: src/components/status.jsx:2723 1245 - #: src/components/status.jsx:2724 1242 + #: src/components/status.jsx:1198 1243 + #: src/components/status.jsx:2698 1244 + #: src/components/status.jsx:2721 1245 + #: src/components/status.jsx:2722 1246 1246 msgid "Boost" 1247 1247 msgstr "" 1248 1248 ··· 1251 1251 msgstr "" 1252 1252 1253 1253 #: src/components/keyboard-shortcuts-help.jsx:184 1254 - #: src/components/status.jsx:1263 1255 - #: src/components/status.jsx:2748 1256 - #: src/components/status.jsx:2749 1254 + #: src/components/status.jsx:1261 1255 + #: src/components/status.jsx:2746 1256 + #: src/components/status.jsx:2747 1257 1257 msgid "Bookmark" 1258 1258 msgstr "" 1259 1259 ··· 1318 1318 msgstr "" 1319 1319 1320 1320 #: src/components/media-alt-modal.jsx:67 1321 - #: src/components/status.jsx:1306 1322 - #: src/components/status.jsx:1315 1321 + #: src/components/status.jsx:1304 1322 + #: src/components/status.jsx:1313 1323 1323 #: src/components/translation-block.jsx:239 1324 1324 msgid "Translate" 1325 1325 msgstr "" 1326 1326 1327 1327 #: src/components/media-alt-modal.jsx:78 1328 - #: src/components/status.jsx:1334 1328 + #: src/components/status.jsx:1332 1329 1329 msgid "Speak" 1330 1330 msgstr "" 1331 1331 ··· 1362 1362 msgstr "" 1363 1363 1364 1364 #: src/components/media-post.jsx:133 1365 - #: src/components/status.jsx:3850 1366 - #: src/components/status.jsx:3946 1367 - #: src/components/status.jsx:4024 1365 + #: src/components/status.jsx:3848 1366 + #: src/components/status.jsx:3944 1367 + #: src/components/status.jsx:4022 1368 1368 #: src/components/timeline.jsx:1012 1369 1369 #: src/pages/catchup.jsx:75 1370 1370 #: src/pages/catchup.jsx:1880 ··· 1676 1676 msgstr "" 1677 1677 1678 1678 #: src/components/notification.jsx:451 1679 - #: src/components/status.jsx:1277 1680 - #: src/components/status.jsx:1287 1679 + #: src/components/status.jsx:1275 1680 + #: src/components/status.jsx:1285 1681 1681 msgid "Boosted/Liked by…" 1682 1682 msgstr "" 1683 1683 ··· 1786 1786 1787 1787 #. Relative time in seconds, as short as possible 1788 1788 #. placeholder {0}: seconds < 1 ? 1 : Math.floor(seconds) 1789 - #: src/components/relative-time.jsx:61 1789 + #: src/components/relative-time.jsx:47 1790 1790 msgid "{0}s" 1791 1791 msgstr "" 1792 1792 1793 1793 #. Relative time in minutes, as short as possible 1794 1794 #. placeholder {0}: Math.floor(seconds / minute) 1795 - #: src/components/relative-time.jsx:66 1795 + #: src/components/relative-time.jsx:52 1796 1796 msgid "{0}m" 1797 1797 msgstr "" 1798 1798 1799 1799 #. Relative time in hours, as short as possible 1800 1800 #. placeholder {0}: Math.floor(seconds / hour) 1801 - #: src/components/relative-time.jsx:71 1801 + #: src/components/relative-time.jsx:57 1802 1802 msgid "{0}h" 1803 1803 msgstr "" 1804 1804 ··· 2030 2030 msgstr "" 2031 2031 2032 2032 #: src/components/shortcuts-settings.jsx:379 2033 - #: src/components/status.jsx:1557 2033 + #: src/components/status.jsx:1555 2034 2034 #: src/pages/list.jsx:195 2035 2035 msgid "Edit" 2036 2036 msgstr "" ··· 2275 2275 msgid "Bookmarked @{0}'s post" 2276 2276 msgstr "Bookmarked @{0}'s post" 2277 2277 2278 - #: src/components/status.jsx:1169 2278 + #: src/components/status.jsx:1167 2279 2279 msgid "Some media have no descriptions." 2280 2280 msgstr "" 2281 2281 2282 2282 #. placeholder {0}: rtf.format(-statusMonthsAgo, 'month') 2283 - #: src/components/status.jsx:1176 2283 + #: src/components/status.jsx:1174 2284 2284 msgid "Old post (<0>{0}</0>)" 2285 2285 msgstr "" 2286 2286 2287 - #: src/components/status.jsx:1200 2288 - #: src/components/status.jsx:1240 2289 - #: src/components/status.jsx:2700 2290 - #: src/components/status.jsx:2723 2287 + #: src/components/status.jsx:1198 2288 + #: src/components/status.jsx:1238 2289 + #: src/components/status.jsx:2698 2290 + #: src/components/status.jsx:2721 2291 2291 msgid "Unboost" 2292 2292 msgstr "" 2293 2293 2294 - #: src/components/status.jsx:1216 2295 - #: src/components/status.jsx:2715 2294 + #: src/components/status.jsx:1214 2295 + #: src/components/status.jsx:2713 2296 2296 msgid "Quote" 2297 2297 msgstr "" 2298 2298 2299 2299 #. placeholder {0}: username || acct 2300 - #: src/components/status.jsx:1228 2301 - #: src/components/status.jsx:1694 2300 + #: src/components/status.jsx:1226 2301 + #: src/components/status.jsx:1692 2302 2302 msgid "Unboosted @{0}'s post" 2303 2303 msgstr "Unboosted @{0}'s post" 2304 2304 2305 2305 #. placeholder {0}: username || acct 2306 - #: src/components/status.jsx:1229 2307 - #: src/components/status.jsx:1695 2306 + #: src/components/status.jsx:1227 2307 + #: src/components/status.jsx:1693 2308 2308 msgid "Boosted @{0}'s post" 2309 2309 msgstr "Boosted @{0}'s post" 2310 2310 2311 - #: src/components/status.jsx:1241 2311 + #: src/components/status.jsx:1239 2312 2312 msgid "Boost…" 2313 2313 msgstr "" 2314 2314 2315 - #: src/components/status.jsx:1253 2316 - #: src/components/status.jsx:1988 2317 - #: src/components/status.jsx:2736 2315 + #: src/components/status.jsx:1251 2316 + #: src/components/status.jsx:1986 2317 + #: src/components/status.jsx:2734 2318 2318 msgid "Unlike" 2319 2319 msgstr "" 2320 2320 2321 - #: src/components/status.jsx:1254 2322 - #: src/components/status.jsx:1988 2323 - #: src/components/status.jsx:1989 2324 - #: src/components/status.jsx:2736 2325 - #: src/components/status.jsx:2737 2321 + #: src/components/status.jsx:1252 2322 + #: src/components/status.jsx:1986 2323 + #: src/components/status.jsx:1987 2324 + #: src/components/status.jsx:2734 2325 + #: src/components/status.jsx:2735 2326 2326 msgid "Like" 2327 2327 msgstr "" 2328 2328 2329 - #: src/components/status.jsx:1263 2330 - #: src/components/status.jsx:2748 2329 + #: src/components/status.jsx:1261 2330 + #: src/components/status.jsx:2746 2331 2331 msgid "Unbookmark" 2332 2332 msgstr "" 2333 2333 2334 - #: src/components/status.jsx:1346 2334 + #: src/components/status.jsx:1344 2335 2335 msgid "Post text copied" 2336 2336 msgstr "Post text copied" 2337 2337 2338 - #: src/components/status.jsx:1349 2338 + #: src/components/status.jsx:1347 2339 2339 msgid "Unable to copy post text" 2340 2340 msgstr "Unable to copy post text" 2341 2341 2342 - #: src/components/status.jsx:1355 2342 + #: src/components/status.jsx:1353 2343 2343 msgid "Copy post text" 2344 2344 msgstr "Copy post text" 2345 2345 2346 2346 #. placeholder {0}: username || acct 2347 - #: src/components/status.jsx:1373 2347 + #: src/components/status.jsx:1371 2348 2348 msgid "View post by <0>@{0}</0>" 2349 2349 msgstr "" 2350 2350 2351 - #: src/components/status.jsx:1394 2351 + #: src/components/status.jsx:1392 2352 2352 msgid "Show Edit History" 2353 2353 msgstr "" 2354 2354 2355 - #: src/components/status.jsx:1397 2355 + #: src/components/status.jsx:1395 2356 2356 msgid "Edited: {editedDateText}" 2357 2357 msgstr "" 2358 2358 2359 - #: src/components/status.jsx:1464 2360 - #: src/components/status.jsx:3516 2359 + #: src/components/status.jsx:1462 2360 + #: src/components/status.jsx:3514 2361 2361 msgid "Embed post" 2362 2362 msgstr "" 2363 2363 2364 - #: src/components/status.jsx:1478 2364 + #: src/components/status.jsx:1476 2365 2365 msgid "Conversation unmuted" 2366 2366 msgstr "" 2367 2367 2368 - #: src/components/status.jsx:1478 2368 + #: src/components/status.jsx:1476 2369 2369 msgid "Conversation muted" 2370 2370 msgstr "" 2371 2371 2372 - #: src/components/status.jsx:1484 2372 + #: src/components/status.jsx:1482 2373 2373 msgid "Unable to unmute conversation" 2374 2374 msgstr "" 2375 2375 2376 - #: src/components/status.jsx:1485 2376 + #: src/components/status.jsx:1483 2377 2377 msgid "Unable to mute conversation" 2378 2378 msgstr "" 2379 2379 2380 - #: src/components/status.jsx:1494 2380 + #: src/components/status.jsx:1492 2381 2381 msgid "Unmute conversation" 2382 2382 msgstr "" 2383 2383 2384 - #: src/components/status.jsx:1501 2384 + #: src/components/status.jsx:1499 2385 2385 msgid "Mute conversation" 2386 2386 msgstr "" 2387 2387 2388 - #: src/components/status.jsx:1517 2388 + #: src/components/status.jsx:1515 2389 2389 msgid "Post unpinned from profile" 2390 2390 msgstr "" 2391 2391 2392 - #: src/components/status.jsx:1518 2392 + #: src/components/status.jsx:1516 2393 2393 msgid "Post pinned to profile" 2394 2394 msgstr "" 2395 2395 2396 - #: src/components/status.jsx:1523 2396 + #: src/components/status.jsx:1521 2397 2397 msgid "Unable to unpin post" 2398 2398 msgstr "" 2399 2399 2400 - #: src/components/status.jsx:1523 2400 + #: src/components/status.jsx:1521 2401 2401 msgid "Unable to pin post" 2402 2402 msgstr "" 2403 2403 2404 - #: src/components/status.jsx:1532 2404 + #: src/components/status.jsx:1530 2405 2405 msgid "Unpin from profile" 2406 2406 msgstr "" 2407 2407 2408 - #: src/components/status.jsx:1539 2408 + #: src/components/status.jsx:1537 2409 2409 msgid "Pin to profile" 2410 2410 msgstr "" 2411 2411 2412 - #: src/components/status.jsx:1568 2412 + #: src/components/status.jsx:1566 2413 2413 msgid "Delete this post?" 2414 2414 msgstr "" 2415 2415 2416 - #: src/components/status.jsx:1584 2416 + #: src/components/status.jsx:1582 2417 2417 msgid "Post deleted" 2418 2418 msgstr "" 2419 2419 2420 - #: src/components/status.jsx:1587 2420 + #: src/components/status.jsx:1585 2421 2421 msgid "Unable to delete post" 2422 2422 msgstr "" 2423 2423 2424 - #: src/components/status.jsx:1615 2424 + #: src/components/status.jsx:1613 2425 2425 msgid "Report post…" 2426 2426 msgstr "" 2427 2427 2428 - #: src/components/status.jsx:1989 2429 - #: src/components/status.jsx:2025 2430 - #: src/components/status.jsx:2737 2428 + #: src/components/status.jsx:1987 2429 + #: src/components/status.jsx:2023 2430 + #: src/components/status.jsx:2735 2431 2431 msgid "Liked" 2432 2432 msgstr "" 2433 2433 2434 - #: src/components/status.jsx:2022 2435 - #: src/components/status.jsx:2724 2434 + #: src/components/status.jsx:2020 2435 + #: src/components/status.jsx:2722 2436 2436 msgid "Boosted" 2437 2437 msgstr "" 2438 2438 2439 - #: src/components/status.jsx:2032 2440 - #: src/components/status.jsx:2749 2439 + #: src/components/status.jsx:2030 2440 + #: src/components/status.jsx:2747 2441 2441 msgid "Bookmarked" 2442 2442 msgstr "" 2443 2443 2444 - #: src/components/status.jsx:2036 2444 + #: src/components/status.jsx:2034 2445 2445 msgid "Pinned" 2446 2446 msgstr "" 2447 2447 2448 - #: src/components/status.jsx:2082 2449 - #: src/components/status.jsx:2561 2448 + #: src/components/status.jsx:2080 2449 + #: src/components/status.jsx:2559 2450 2450 msgid "Deleted" 2451 2451 msgstr "" 2452 2452 2453 - #: src/components/status.jsx:2123 2453 + #: src/components/status.jsx:2121 2454 2454 msgid "{repliesCount, plural, one {# reply} other {# replies}}" 2455 2455 msgstr "" 2456 2456 2457 2457 #. placeholder {0}: snapStates.statusThreadNumber[sKey] ? ` ${snapStates.statusThreadNumber[sKey]}/X` : '' 2458 - #: src/components/status.jsx:2213 2458 + #: src/components/status.jsx:2211 2459 2459 msgid "Thread{0}" 2460 2460 msgstr "" 2461 2461 2462 - #: src/components/status.jsx:2291 2463 - #: src/components/status.jsx:2353 2464 - #: src/components/status.jsx:2457 2462 + #: src/components/status.jsx:2289 2463 + #: src/components/status.jsx:2351 2464 + #: src/components/status.jsx:2455 2465 2465 msgid "Show less" 2466 2466 msgstr "" 2467 2467 2468 - #: src/components/status.jsx:2291 2469 - #: src/components/status.jsx:2353 2468 + #: src/components/status.jsx:2289 2469 + #: src/components/status.jsx:2351 2470 2470 msgid "Show content" 2471 2471 msgstr "" 2472 2472 2473 2473 #. placeholder {0}: filterInfo.titlesStr 2474 2474 #. placeholder {0}: filterInfo?.titlesStr 2475 - #: src/components/status.jsx:2453 2475 + #: src/components/status.jsx:2451 2476 2476 #: src/pages/catchup.jsx:1879 2477 2477 msgid "Filtered: {0}" 2478 2478 msgstr "Filtered: {0}" 2479 2479 2480 - #: src/components/status.jsx:2457 2480 + #: src/components/status.jsx:2455 2481 2481 msgid "Show media" 2482 2482 msgstr "" 2483 2483 2484 - #: src/components/status.jsx:2597 2484 + #: src/components/status.jsx:2595 2485 2485 msgid "Edited" 2486 2486 msgstr "" 2487 2487 2488 - #: src/components/status.jsx:2674 2488 + #: src/components/status.jsx:2672 2489 2489 msgid "Comments" 2490 2490 msgstr "" 2491 2491 2492 2492 #. More from [Author] 2493 - #: src/components/status.jsx:2974 2493 + #: src/components/status.jsx:2972 2494 2494 msgid "More from <0/>" 2495 2495 msgstr "More from <0/>" 2496 2496 2497 - #: src/components/status.jsx:3276 2497 + #: src/components/status.jsx:3274 2498 2498 msgid "Edit History" 2499 2499 msgstr "" 2500 2500 2501 - #: src/components/status.jsx:3280 2501 + #: src/components/status.jsx:3278 2502 2502 msgid "Failed to load history" 2503 2503 msgstr "" 2504 2504 2505 - #: src/components/status.jsx:3285 2505 + #: src/components/status.jsx:3283 2506 2506 #: src/pages/annual-report.jsx:45 2507 2507 msgid "Loading…" 2508 2508 msgstr "" 2509 2509 2510 - #: src/components/status.jsx:3521 2510 + #: src/components/status.jsx:3519 2511 2511 msgid "HTML Code" 2512 2512 msgstr "" 2513 2513 2514 - #: src/components/status.jsx:3538 2514 + #: src/components/status.jsx:3536 2515 2515 msgid "HTML code copied" 2516 2516 msgstr "" 2517 2517 2518 - #: src/components/status.jsx:3541 2518 + #: src/components/status.jsx:3539 2519 2519 msgid "Unable to copy HTML code" 2520 2520 msgstr "" 2521 2521 2522 - #: src/components/status.jsx:3553 2522 + #: src/components/status.jsx:3551 2523 2523 msgid "Media attachments:" 2524 2524 msgstr "" 2525 2525 2526 - #: src/components/status.jsx:3575 2526 + #: src/components/status.jsx:3573 2527 2527 msgid "Account Emojis:" 2528 2528 msgstr "" 2529 2529 2530 - #: src/components/status.jsx:3606 2531 - #: src/components/status.jsx:3651 2530 + #: src/components/status.jsx:3604 2531 + #: src/components/status.jsx:3649 2532 2532 msgid "static URL" 2533 2533 msgstr "" 2534 2534 2535 - #: src/components/status.jsx:3620 2535 + #: src/components/status.jsx:3618 2536 2536 msgid "Emojis:" 2537 2537 msgstr "" 2538 2538 2539 - #: src/components/status.jsx:3665 2539 + #: src/components/status.jsx:3663 2540 2540 msgid "Notes:" 2541 2541 msgstr "" 2542 2542 2543 - #: src/components/status.jsx:3669 2543 + #: src/components/status.jsx:3667 2544 2544 msgid "This is static, unstyled and scriptless. You may need to apply your own styles and edit as needed." 2545 2545 msgstr "" 2546 2546 2547 - #: src/components/status.jsx:3675 2547 + #: src/components/status.jsx:3673 2548 2548 msgid "Polls are not interactive, becomes a list with vote counts." 2549 2549 msgstr "" 2550 2550 2551 - #: src/components/status.jsx:3680 2551 + #: src/components/status.jsx:3678 2552 2552 msgid "Media attachments can be images, videos, audios or any file types." 2553 2553 msgstr "" 2554 2554 2555 - #: src/components/status.jsx:3686 2555 + #: src/components/status.jsx:3684 2556 2556 msgid "Post could be edited or deleted later." 2557 2557 msgstr "" 2558 2558 2559 - #: src/components/status.jsx:3692 2559 + #: src/components/status.jsx:3690 2560 2560 msgid "Preview" 2561 2561 msgstr "" 2562 2562 2563 - #: src/components/status.jsx:3701 2563 + #: src/components/status.jsx:3699 2564 2564 msgid "Note: This preview is lightly styled." 2565 2565 msgstr "" 2566 2566 2567 2567 #. [Name] [Visibility icon] boosted 2568 - #: src/components/status.jsx:3954 2568 + #: src/components/status.jsx:3952 2569 2569 msgid "<0/> <1/> boosted" 2570 2570 msgstr "<0/> <1/> boosted" 2571 2571 2572 - #: src/components/status.jsx:4056 2572 + #: src/components/status.jsx:4054 2573 2573 msgid "Post hidden by your filters" 2574 2574 msgstr "Post hidden by your filters" 2575 2575 2576 - #: src/components/status.jsx:4057 2576 + #: src/components/status.jsx:4055 2577 2577 msgid "Post pending" 2578 2578 msgstr "Post pending" 2579 2579 2580 + #: src/components/status.jsx:4056 2581 + #: src/components/status.jsx:4057 2580 2582 #: src/components/status.jsx:4058 2581 2583 #: src/components/status.jsx:4059 2582 - #: src/components/status.jsx:4060 2583 - #: src/components/status.jsx:4061 2584 2584 msgid "Post unavailable" 2585 2585 msgstr "Post unavailable" 2586 2586