@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

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

Fix logic errors in locale file

Summary:
I swear I read over the diff of D26546 several times before landing it, yet I keep catching mistakes

(I'm writing a downstream tool to mangle the formatting of the locale files in what is supposed to be a reversible manner. These came from cross-checking the mangle-and-reverse against the original locale file)

Test Plan: Read the file

Reviewers: O1 Blessed Committers, aklapper

Reviewed By: O1 Blessed Committers, aklapper

Subscribers: aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26618

Pppery 0508d067 72f4c978

+21 -22
+21 -22
src/infrastructure/internationalization/translation/PhabricatorUSEnglishTranslation.php
··· 365 365 366 366 '%s removed %s unsubscriber(s): %s.' => array( 367 367 array( 368 - '%s removed a unsubscriber: %3$s.', 368 + '%s removed an unsubscriber: %3$s.', 369 369 '%s removed unsubscribers: %3$s.', 370 370 ), 371 371 ), ··· 525 525 526 526 '%s edited parent revision(s) for %s, '. 527 527 'added %s: %s; removed %s: %s.' => 528 - '%s edited parent revisions for %s, added: %3$s; removed: %5$s.', 528 + '%s edited parent revisions for %s, added: %4$s; removed: %6$s.', 529 529 530 530 '%s added %s child revision(s): %s.' => array( 531 531 array( ··· 555 555 ), 556 556 ), 557 557 558 - '%s edited child revision(s), added %s: %s; removed %s: %s.' => array( 558 + '%s edited child revision(s), added %s: %s; removed %s: %s.' => 559 559 '%s edited child revisions, added: %3$s; removed: %5$s.', 560 - ), 561 560 562 561 '%s edited child revision(s) for %s, '. 563 - 'added %s: %s; removed %s: %s.' => array( 564 - '%s edited child revisions for %s, added: %3$s; removed: %5$s.', 565 - ), 562 + 'added %s: %s; removed %s: %s.' => 563 + '%s edited child revisions for %s, added: %4$s; removed: %6$s.', 564 + 566 565 567 566 '%s added %s commit(s): %s.' => array( 568 567 array( ··· 630 629 ), 631 630 632 631 '%s edited reverted change(s) for %s, added %s: %s; removed %s: %s.' => 633 - '%s edited reverted changes for %2$s, added: %4$s; removed: %6$s.', 632 + '%s edited reverted changes for %s, added: %4$s; removed: %6$s.', 634 633 635 634 '%s added %s reverting change(s): %s.' => array( 636 635 array( ··· 1029 1028 '%s marked %s inline comments as done and an inline comment '. 1030 1029 'as not done.', 1031 1030 '%s marked %s inline comments as done and %s inline comments '. 1032 - 'as done.', 1031 + 'as not done.', 1033 1032 ), 1034 1033 ), 1035 1034 ), ··· 1282 1281 1283 1282 'Not enough process slots to schedule the other %s '. 1284 1283 'repository(s) for updates yet.' => array( 1285 - 'Not enough process slots to schedule the other '.' 1286 - repository for update yet.', 1284 + 'Not enough process slots to schedule the other '. 1285 + 'repository for update yet.', 1287 1286 'Not enough process slots to schedule the other %s '. 1288 1287 'repositories for updates yet.', 1289 1288 ), ··· 1734 1733 ), 1735 1734 ), 1736 1735 'Found %s modified file(s) (of %s total).' => array( 1737 - 'Found %s modified file (of %2$s total).', 1736 + 'Found %s modified file (of %s total).', 1738 1737 'Found %s modified files (of %s total).', 1739 1738 ), 1740 1739 'Really delete these %s audit(s)? '. ··· 2125 2124 '%s Lines' => array('%s Line', '%s Lines'), 2126 2125 "# Client already read from service (%s bytes), ". 2127 2126 "unable to retry.\n" => array( 2128 - "# Client already read from service (%s byte), unable to retry\n.", 2127 + "# Client already read from service (%s byte), unable to retry.\n", 2129 2128 "# Client already read from service (%s bytes), unable to retry.\n", 2130 2129 ), 2131 2130 "# Client already wrote to service (%s bytes), ". ··· 2177 2176 'Processed %s file(s), encountered %s error(s).' => array( 2178 2177 array( 2179 2178 'Processed %s file, encountered %s error.', 2180 - 'Processed %s files, encountered %s errors.', 2179 + 'Processed %s file, encountered %s errors.', 2181 2180 ), 2182 2181 array( 2183 2182 'Processed %s files, encountered %s error.', ··· 2220 2219 ), 2221 2220 'Set API poll TTL to +%s second(s) (%s second(s) from now).' => array( 2222 2221 array( 2223 - 'Set API poll TTL to +%s second (%s second from now)', 2224 - 'Set API poll TTL to +%s second (%s seconds from now)', 2222 + 'Set API poll TTL to +%s second (%s second from now).', 2223 + 'Set API poll TTL to +%s second (%s seconds from now).', 2225 2224 ), 2226 2225 array( 2227 - 'Set API poll TTL to +%s seconds (%s second from now)', 2228 - 'Set API poll TTL to +%s seconds (%s seconds from now)', 2226 + 'Set API poll TTL to +%s seconds (%s second from now).', 2227 + 'Set API poll TTL to +%s seconds (%s seconds from now).', 2229 2228 ), 2230 2229 ), 2231 2230 '%s changed %s ignored attribute(s), added %s: %s; removed %s: %s.' => ··· 2295 2294 ), 2296 2295 'Adjusted **%s** create statements and **%s** use statements.' => array( 2297 2296 array( 2298 - 'Adjusted %s create statement and %s use statement.', 2299 - 'Adjusted %s create statement and %s use statements.', 2297 + 'Adjusted **%s** create statement and **%s** use statement.', 2298 + 'Adjusted **%s** create statement and **%s** use statements.', 2300 2299 ), 2301 2300 array( 2302 - 'Adjusted %s create statements and %s use statement.', 2303 - 'Adjusted %s create statements and %s use statements.', 2301 + 'Adjusted **%s** create statements and **%s** use statement.', 2302 + 'Adjusted **%s** create statements and **%s** use statements.', 2304 2303 ), 2305 2304 ), 2306 2305 'Analyzed %d table(s).' => array(