Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95037840
PhutilKoreanLocale.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
Thu, Dec 12, 08:52
Size
261 B
Mime Type
text/x-php
Expires
Sat, Dec 14, 08:52 (2 d)
Engine
blob
Format
Raw Data
Handle
22917339
Attached To
rPHU libphutil
PhutilKoreanLocale.php
View Options
<?php
/**
* The Korean (Republic of Korea) Locale
*/
final
class
PhutilKoreanLocale
extends
PhutilLocale
{
public
function
getLocaleCode
()
{
return
'ko_KR'
;
}
public
function
getLocaleName
()
{
return
pht
(
'Korean (Republic of Korea)'
);
}
}
Event Timeline
Log In to Comment