Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101495537
PhutilGermanLocale.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
Tue, Feb 11, 00:29
Size
244 B
Mime Type
text/x-php
Expires
Thu, Feb 13, 00:29 (2 d)
Engine
blob
Format
Raw Data
Handle
24166336
Attached To
rPHU libphutil
PhutilGermanLocale.php
View Options
<?php
/**
* Locale for "German (Germany)".
*/
final
class
PhutilGermanLocale
extends
PhutilLocale
{
public
function
getLocaleCode
()
{
return
'de_DE'
;
}
public
function
getLocaleName
()
{
return
pht
(
'German (Germany)'
);
}
}
Event Timeline
Log In to Comment