File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ textual representation in all languages based on the `Unicode CLDR dataset`_::
34
34
35
35
36
36
The ``EmojiTransliterator `` also provides special locales that convert emojis to
37
- short codes and vice versa in specific platforms, such as Github and Slack.
37
+ short codes and vice versa in specific platforms, such as GitHub and Slack.
38
38
39
- Github
39
+ GitHub
40
40
~~~~~~
41
41
42
- Convert Github emojis to short codes with the ``emoji-github `` locale::
42
+ Convert GitHub emojis to short codes with the ``emoji-github `` locale::
43
43
44
44
$transliterator = EmojiTransliterator::create('emoji-github');
45
45
$transliterator->transliterate('Teenage 🐢 really love 🍕');
46
46
// => 'Teenage :turtle: really love :pizza:'
47
47
48
- Convert Github short codes to emojis with the ``github-emoji `` locale::
48
+ Convert GitHub short codes to emojis with the ``github-emoji `` locale::
49
49
50
50
$transliterator = EmojiTransliterator::create('github-emoji');
51
51
$transliterator->transliterate('Teenage :turtle: really love :pizza:');
You can’t perform that action at this time.
0 commit comments