Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102059547
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
Sun, Feb 16, 16:54
Size
244 B
Mime Type
text/x-php
Expires
Tue, Feb 18, 16:54 (2 d)
Engine
blob
Format
Raw Data
Handle
24272774
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