Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91418418
PhutilSpanishSpainLocale.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
Sun, Nov 10, 22:27
Size
245 B
Mime Type
text/x-php
Expires
Tue, Nov 12, 22:27 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22260468
Attached To
rPHU libphutil
PhutilSpanishSpainLocale.php
View Options
<?php
/**
* The Spanish (Spain) Locale
*/
final
class
PhutilSpanishSpainLocale
extends
PhutilLocale
{
public
function
getLocaleCode
()
{
return
'es_ES'
;
}
public
function
getLocaleName
()
{
return
pht
(
'Spanish (Spain)'
);
}
}
Event Timeline
Log In to Comment