Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92627415
PhutilSimplifiedChineseChinaLocale.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 22, 04:40
Size
280 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 04:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22472546
Attached To
rPHU libphutil
PhutilSimplifiedChineseChinaLocale.php
View Options
<?php
/**
* Locale for "Simplified Chinese (China)".
*/
final
class
PhutilSimplifiedChineseChinaLocale
extends
PhutilLocale
{
public
function
getLocaleCode
()
{
return
'zh_CN'
;
}
public
function
getLocaleName
()
{
return
pht
(
'Simplified Chinese (China)'
);
}
}
Event Timeline
Log In to Comment