Skip to content

Commit

Permalink
Update unicode translation to release-43
Browse files Browse the repository at this point in the history
...but there are no changes for "our languages"
  • Loading branch information
cvzi committed Jul 7, 2023
1 parent adf2719 commit 30f8500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/get_codes_from_unicode_emoji_data_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/')),
Expand Down

0 comments on commit 30f8500

Please sign in to comment.