Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90449180
PhutilTraditionalChineseLocale.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 1, 19:02
Size
268 B
Mime Type
text/x-php
Expires
Sun, Nov 3, 19:02 (2 d)
Engine
blob
Format
Raw Data
Handle
22059462
Attached To
rPHU libphutil
PhutilTraditionalChineseLocale.php
View Options
<?php
/**
* Locale for "Chinese (Traditional)".
*/
final
class
PhutilTraditionalChineseLocale
extends
PhutilLocale
{
public
function
getLocaleCode
()
{
return
'zh_Hant'
;
}
public
function
getLocaleName
()
{
return
pht
(
'Chinese (Traditional)'
);
}
}
Event Timeline
Log In to Comment