Page MenuHomePhabricator

D7659.id.diff
No OneTemporary

D7659.id.diff

Index: src/applications/repository/storage/PhabricatorRepository.php
===================================================================
--- src/applications/repository/storage/PhabricatorRepository.php
+++ src/applications/repository/storage/PhabricatorRepository.php
@@ -294,10 +294,10 @@
private function getCommonCommandEnvironment() {
$env = array(
- // NOTE: Force the language to "C", which overrides locale settings.
- // This makes stuff print in English instead of, e.g., French, so we can
- // parse the output of some commands, error messages, etc.
- 'LANG' => 'C',
+ // NOTE: Force the language to "en_US.UTF-8", which overrides locale
+ // settings. This makes stuff print in English instead of, e.g., French,
+ // so we can parse the output of some commands, error messages, etc.
+ 'LANG' => 'en_US.UTF-8',
// Propagate PHABRICATOR_ENV explicitly. For discussion, see T4155.
'PHABRICATOR_ENV' => PhabricatorEnv::getSelectedEnvironmentName(),

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 3, 7:53 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6728788
Default Alt Text
D7659.id.diff (1023 B)

Event Timeline