@@ -562,10 +562,6 @@ textual representation in all languages based on the `Unicode CLDR dataset`_::
562
562
The ``EmojiTransliterator `` also provides special locales that convert emojis to
563
563
short codes and vice versa in specific platforms, such as GitHub, Gitlab and Slack.
564
564
565
- ..versionadded ::7.1
566
-
567
- The ``gitlab `` special locale was introduced in Symfony 7.1.
568
-
569
565
GitHub Emoji Transliteration
570
566
............................
571
567
@@ -596,10 +592,6 @@ Convert Gitlab short codes to emojis with the ``gitlab-emoji`` locale::
596
592
$transliterator->transliterate('Breakfast with :kiwi: or :milk:');
597
593
// => 'Breakfast with 🥝 or 🥛'
598
594
599
- ..versionadded ::7.1
600
-
601
- The ``gitlab `` special locale was introduced in Symfony 7.1.
602
-
603
595
Slack Emoji Transliteration
604
596
...........................
605
597
@@ -726,10 +718,6 @@ from GitHub, Gitlab or Slack, use the first argument of ``withEmoji()`` method::
726
718
$slug = $slugger->slug('a 😺, 🐈⬛, and a 🦁');
727
719
// $slug = 'a-smiley-cat-black-cat-and-a-lion';
728
720
729
- ..versionadded ::7.1
730
-
731
- The ``gitlab `` special locale was introduced in Symfony 7.1.
732
-
733
721
.. _string-inflector :
734
722
735
723
Inflector