Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106467125
PhutilBritishEnglishLocale.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
Tue, Mar 25, 22:31
Size
341 B
Mime Type
text/x-php
Expires
Thu, Mar 27, 22:31 (2 d)
Engine
blob
Format
Raw Data
Handle
25075301
Attached To
rPHU libphutil
PhutilBritishEnglishLocale.php
View Options
<?php
/**
* Serious, legitimate British English locale.
*/
final
class
PhutilBritishEnglishLocale
extends
PhutilLocale
{
public
function
getLocaleCode
()
{
return
'en_GB'
;
}
public
function
getLocaleName
()
{
return
pht
(
'English (Great Britain)'
);
}
public
function
getFallbackLocaleCode
()
{
return
'en_US'
;
}
}
Event Timeline
Log In to Comment