Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91114397
PhabricatorAllCapsTranslation.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
Fri, Nov 8, 01:39
Size
273 B
Mime Type
text/x-php
Expires
Sun, Nov 10, 01:39 (2 d)
Engine
blob
Format
Raw Data
Handle
22199307
Attached To
rPH Phabricator
PhabricatorAllCapsTranslation.php
View Options
<?php
final
class
PhabricatorAllCapsTranslation
extends
PhabricatorTranslation
{
final
public
function
getLanguage
()
{
return
'en-ac'
;
}
public
function
getName
()
{
return
'All Caps'
;
}
public
function
getTranslations
()
{
return
array
();
}
}
Event Timeline
Log In to Comment