Page MenuHomePhorge

D25684.1726867889.diff
No OneTemporary

D25684.1726867889.diff

diff --git a/src/internationalization/__tests__/PhutilPhtTestCase.php b/src/internationalization/__tests__/PhutilPhtTestCase.php
--- a/src/internationalization/__tests__/PhutilPhtTestCase.php
+++ b/src/internationalization/__tests__/PhutilPhtTestCase.php
@@ -29,73 +29,4 @@
$this->assertEqual('5 piv', pht('%d beer(s)', 5));
}
-
- public function getDateTranslations() {
- // The only purpose of this function is to provide a static list of
- // translations which can come from PhutilTranslator::translateDate() to
- // allow translation extractor getting them.
- return array(
- 'D' => array(
- pht('Sun'),
- pht('Mon'),
- pht('Tue'),
- pht('Wed'),
- pht('Thu'),
- pht('Fri'),
- pht('Sat'),
- ),
- 'l' => array(
- pht('Sunday'),
- pht('Monday'),
- pht('Tuesday'),
- pht('Wednesday'),
- pht('Thursday'),
- pht('Friday'),
- pht('Saturday'),
- ),
- 'S' => array(
- pht('st'),
- pht('nd'),
- pht('rd'),
- pht('th'),
- ),
- 'F' => array(
- pht('January'),
- pht('February'),
- pht('March'),
- pht('April'),
- pht('May'),
- pht('June'),
- pht('July'),
- pht('August'),
- pht('September'),
- pht('October'),
- pht('November'),
- pht('December'),
- ),
- 'M' => array(
- pht('Jan'),
- pht('Feb'),
- pht('Mar'),
- pht('Apr'),
- pht('May'),
- pht('Jun'),
- pht('Jul'),
- pht('Aug'),
- pht('Sep'),
- pht('Oct'),
- pht('Nov'),
- pht('Dec'),
- ),
- 'a' => array(
- pht('am'),
- pht('pm'),
- ),
- 'A' => array(
- pht('AM'),
- pht('PM'),
- ),
- );
- }
-
}

File Metadata

Mime Type
text/plain
Expires
Fri, Sep 20, 21:31 (17 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
893238
Default Alt Text
D25684.1726867889.diff (1 KB)

Event Timeline