Skip to content

Commit aad8531

Browse files
bug symfony#53203 [Intl] [Emoji] Fix emoji files (remove wrong characters / add missing data) (smnandre)
This PR was squashed before being merged into the 6.4 branch. Discussion ---------- [Intl] [Emoji] Fix emoji files (remove wrong characters / add missing data) | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix symfony#53116 | License | MIT Fix two things * unwanted characters (`↑↑↑`) instead of expected translations * merging between child and parent locales Also adapted the code to maintain a shared / reproductible order in the generated files. Commits ------- e9fcff5 [Intl] [Emoji] Fix emoji files (remove wrong characters / add missing data)
2 parents 727c7ea + e9fcff5 commit aad8531

24 files changed

+44462
-20310
lines changed

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-ar_sa.php

Lines changed: 2291 additions & 0 deletions
Large diffs are not rendered by default.

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-de_ch.php

Lines changed: 3404 additions & 1473 deletions
Large diffs are not rendered by default.

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-en_001.php

Lines changed: 3260 additions & 1 deletion
Large diffs are not rendered by default.

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-en_au.php

Lines changed: 3403 additions & 1468 deletions
Large diffs are not rendered by default.

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-en_ca.php

Lines changed: 3418 additions & 1493 deletions
Large diffs are not rendered by default.

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-en_gb.php

Lines changed: 2718 additions & 1563 deletions
Large diffs are not rendered by default.

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-en_in.php

Lines changed: 1815 additions & 1568 deletions
Large diffs are not rendered by default.

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-es_419.php

Lines changed: 2696 additions & 1181 deletions
Large diffs are not rendered by default.

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-es_mx.php

Lines changed: 2901 additions & 1322 deletions
Large diffs are not rendered by default.

src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-es_us.php

Lines changed: 2928 additions & 1312 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)