@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.

Don't require a DB connection to run the i18n string extractor

Summary: Part of T16378. I remember this being a pain when I first tried to set up the WMF translations extension.

Test Plan: Bork your db config somehow. Run `./bin/i18n`. See it doesn't fail (it may spit out a warning though)

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

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

Pppery 152632ee 4181b307

+1 -1
+1 -1
scripts/setup/manage_i18n.php
··· 2 2 <?php 3 3 4 4 $root = dirname(dirname(dirname(__FILE__))); 5 - require_once $root.'/scripts/__init_script__.php'; 5 + require_once $root.'/scripts/init/init-setup.php'; 6 6 7 7 $args = new PhutilArgumentParser($argv); 8 8 $args->setTagline(pht('manage internationalization'));