Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97581387
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
Sun, Jan 5, 11:03
Size
303 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 11:03 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23430697
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