Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91267837
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
Sat, Nov 9, 12:37
Size
265 B
Mime Type
text/x-php
Expires
Mon, Nov 11, 12:37 (2 d)
Engine
blob
Format
Raw Data
Handle
22233138
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