Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98201666
PhutilUSEnglishLocale.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
Sat, Jan 11, 00:21
Size
240 B
Mime Type
text/x-php
Expires
Mon, Jan 13, 00:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23532798
Attached To
rPHU libphutil
PhutilUSEnglishLocale.php
View Options
<?php
/**
* The default English locale.
*/
final
class
PhutilUSEnglishLocale
extends
PhutilLocale
{
public
function
getLocaleCode
()
{
return
'en_US'
;
}
public
function
getLocaleName
()
{
return
pht
(
'English (US)'
);
}
}
Event Timeline
Log In to Comment