Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90450032
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
Fri, Nov 1, 19:15
Size
261 B
Mime Type
text/x-php
Expires
Sun, Nov 3, 19:15 (2 d)
Engine
blob
Format
Raw Data
Handle
22059497
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