diff --git a/utils/get_codes_from_unicode_emoji_data_files.py b/utils/get_codes_from_unicode_emoji_data_files.py index 35c454d..262cb28 100644 --- a/utils/get_codes_from_unicode_emoji_data_files.py +++ b/utils/get_codes_from_unicode_emoji_data_files.py @@ -452,7 +452,7 @@ def ascii(s): emoji_sequences_source = get_emoji_variation_sequence_from_url('15.0.0') emojis = extract_emojis(emoji_source, emoji_sequences_source) # Find latest release tag at https://cldr.unicode.org/index/downloads - github_tag = 'release-42' + github_tag = 'release-43' languages = { # Update names in other languages: 'de': extract_names(get_language_data_from_url(github_tag, 'de'), 'de', get_emojiterra_from_url('https://emojiterra.com/de/kopieren/')),