Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105875717
PhabricatorEnglishTranslation.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Mar 20, 11:51
Size
303 B
Mime Type
text/x-php
Expires
Sat, Mar 22, 11:51 (2 d)
Engine
blob
Format
Raw Data
Handle
25060521
Attached To
rPH Phabricator
PhabricatorEnglishTranslation.php
View Options
<?php
final
class
PhabricatorEnglishTranslation
extends
PhabricatorBaseEnglishTranslation
{
public
function
getName
()
{
return
'English'
;
}
public
function
getTranslations
()
{
return
PhabricatorEnv
::
getEnvConfig
(
'translation.override'
)
+
parent
::
getTranslations
();
}
}
Event Timeline
Log In to Comment