Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110078395
PhabricatorEmojiTranslation.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, Apr 24, 14:52
Size
278 B
Mime Type
text/x-php
Expires
Sat, Apr 26, 14:52 (2 d)
Engine
blob
Format
Raw Data
Handle
25783191
Attached To
rPH Phabricator
PhabricatorEmojiTranslation.php
View Options
<?php
final
class
PhabricatorEmojiTranslation
extends
PhutilTranslation
{
public
function
getLocaleCode
()
{
return
'en_X*'
;
}
protected
function
getTranslations
()
{
return
array
(
'Emoji (Internet)'
=>
"
\x
F0
\x
9F
\x
92
\x
AC (
\x
F0
\x
9F
\x
8C
\x
8D)"
,
);
}
}
Event Timeline
Log In to Comment