@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 a typo in "Internationalization" documentation

Summary: Caught this while linking to it from D16405.

Test Plan: Consulted a dictionary.

Reviewers: chad, alexmv

Reviewed By: alexmv

Differential Revision: https://secure.phabricator.com/D16406

+1 -1
+1 -1
src/docs/contributor/internationalization.diviner
··· 367 367 368 368 There are a handful of error strings in the codebase which may be used before 369 369 the translation framework is loaded, or may be used during handling other 370 - errors, possibly rasised from within the translation framework. This handful 370 + errors, possibly raised from within the translation framework. This handful 371 371 of special cases are left untranslated to prevent fatals and cycles in the 372 372 error handler. 373 373