Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101720751
PhutilEnglishCanadaLocale.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, Feb 13, 01:34
Size
320 B
Mime Type
text/x-php
Expires
Sat, Feb 15, 01:34 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24221924
Attached To
rPHU libphutil
PhutilEnglishCanadaLocale.php
View Options
<?php
/**
* Locale for "English (Canada)".
*/
final
class
PhutilEnglishCanadaLocale
extends
PhutilLocale
{
public
function
getLocaleCode
()
{
return
'en_CA'
;
}
public
function
getLocaleName
()
{
return
pht
(
'English (Canada)'
);
}
public
function
getFallbackLocaleCode
()
{
return
'en_US'
;
}
}
Event Timeline
Log In to Comment