Skip to content

Commit d3668f1

Browse files
committed
remove versionadded
1 parent f690538 commit d3668f1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

string.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -562,10 +562,6 @@ textual representation in all languages based on the `Unicode CLDR dataset`_::
562562
The ``EmojiTransliterator`` also provides special locales that convert emojis to
563563
short codes and vice versa in specific platforms, such as GitHub, Gitlab and Slack.
564564

565-
.. versionadded:: 7.1
566-
567-
The ``gitlab`` special locale was introduced in Symfony 7.1.
568-
569565
GitHub Emoji Transliteration
570566
............................
571567

@@ -596,10 +592,6 @@ Convert Gitlab short codes to emojis with the ``gitlab-emoji`` locale::
596592
$transliterator->transliterate('Breakfast with :kiwi: or :milk:');
597593
// => 'Breakfast with 🥝 or 🥛'
598594

599-
.. versionadded:: 7.1
600-
601-
The ``gitlab`` special locale was introduced in Symfony 7.1.
602-
603595
Slack Emoji Transliteration
604596
...........................
605597

@@ -726,10 +718,6 @@ from GitHub, Gitlab or Slack, use the first argument of ``withEmoji()`` method::
726718
$slug = $slugger->slug('a 😺, 🐈‍⬛, and a 🦁');
727719
// $slug = 'a-smiley-cat-black-cat-and-a-lion';
728720

729-
.. versionadded:: 7.1
730-
731-
The ``gitlab`` special locale was introduced in Symfony 7.1.
732-
733721
.. _string-inflector:
734722

735723
Inflector

0 commit comments

Comments
 (0)