Skip to content

Commit

Permalink
delimiter for German time naming changed from : to .
Browse files Browse the repository at this point in the history
  • Loading branch information
TahirJalilov committed Jul 30, 2021
1 parent 8da5613 commit e9af8fe
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions emoji/unicode_codes/de.py
Original file line number Diff line number Diff line change
Expand Up @@ -2415,30 +2415,30 @@
u':stoppuhr:': u'\U000023F1\U0000FE0F',
u':zeitschaltuhr:': u'\U000023F2\U0000FE0F',
u':kaminuhr:': u'\U0001F570\U0000FE0F',
u':ziffernblatt_12:00_uhr:': u'\U0001F55B',
u':12:30_uhr:': u'\U0001F567',
u':1:00_uhr:': u'\U0001F550',
u':1:30_uhr:': u'\U0001F55C',
u':2:00_uhr:': u'\U0001F551',
u':2:30_uhr:': u'\U0001F55D',
u':3:00_uhr:': u'\U0001F552',
u':3:30_uhr:': u'\U0001F55E',
u':4:00_uhr:': u'\U0001F553',
u':4:30_uhr:': u'\U0001F55F',
u':5:00_uhr:': u'\U0001F554',
u':5:30_uhr:': u'\U0001F560',
u':6:00_uhr:': u'\U0001F555',
u':6:30_uhr:': u'\U0001F561',
u':7:00_uhr:': u'\U0001F556',
u':7:30_uhr:': u'\U0001F562',
u':8:00_uhr:': u'\U0001F557',
u':8:30_uhr:': u'\U0001F563',
u':9:00_uhr:': u'\U0001F558',
u':9:30_uhr:': u'\U0001F564',
u':10:00_uhr:': u'\U0001F559',
u':10:30_uhr:': u'\U0001F565',
u':11:00_uhr:': u'\U0001F55A',
u':11:30_uhr:': u'\U0001F566',
u':ziffernblatt_12.00_uhr:': u'\U0001F55B',
u':12.30_uhr:': u'\U0001F567',
u':1.00_uhr:': u'\U0001F550',
u':1.30_uhr:': u'\U0001F55C',
u':2.00_uhr:': u'\U0001F551',
u':2.30_uhr:': u'\U0001F55D',
u':3.00_uhr:': u'\U0001F552',
u':3.30_uhr:': u'\U0001F55E',
u':4.00_uhr:': u'\U0001F553',
u':4.30_uhr:': u'\U0001F55F',
u':5.00_uhr:': u'\U0001F554',
u':5.30_uhr:': u'\U0001F560',
u':6.00_uhr:': u'\U0001F555',
u':6.30_uhr:': u'\U0001F561',
u':7.00_uhr:': u'\U0001F556',
u':7.30_uhr:': u'\U0001F562',
u':8.00_uhr:': u'\U0001F557',
u':8.30_uhr:': u'\U0001F563',
u':9.00_uhr:': u'\U0001F558',
u':9.30_uhr:': u'\U0001F564',
u':10.00_uhr:': u'\U0001F559',
u':10.30_uhr:': u'\U0001F565',
u':11.00_uhr:': u'\U0001F55A',
u':11.30_uhr:': u'\U0001F566',
u':neumond:': u'\U0001F311',
u':erstes_mondviertel:': u'\U0001F312',
u':zunehmender_halbmond:': u'\U0001F313',
Expand Down

0 comments on commit e9af8fe

Please sign in to comment.