Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92837296
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
Sun, Nov 24, 02:42
Size
268 B
Mime Type
text/x-php
Expires
Tue, Nov 26, 02:42 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22502603
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