Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93322483
PhutilSimplifiedChineseLocale.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
Wed, Nov 27, 21:53
Size
265 B
Mime Type
text/x-php
Expires
Fri, Nov 29, 21:53 (2 d)
Engine
blob
Format
Raw Data
Handle
22617126
Attached To
rPHU libphutil
PhutilSimplifiedChineseLocale.php
View Options
<?php
/**
* Locale for "Chinese (Simplified)".
*/
final
class
PhutilSimplifiedChineseLocale
extends
PhutilLocale
{
public
function
getLocaleCode
()
{
return
'zh_Hans'
;
}
public
function
getLocaleName
()
{
return
pht
(
'Chinese (Simplified)'
);
}
}
Event Timeline
Log In to Comment