Skip to content

Commit

Permalink
add support for en-ch in custom functions, closes #2437
Browse files Browse the repository at this point in the history
  • Loading branch information
fzumstein committed May 17, 2024
1 parent fb414f0 commit 96c8ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xlwings/pro/udfs_officejs.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ async def sio_custom_function_call(sid, data, custom_functions, sio):
"en-au": "d/mm/yyyy",
"en-bz": "dd/mm/yyyy",
"en-ca": "dd/mm/yyyy",
"en-ch": "dd.mm.yyyy",
"en-gb": "dd/mm/yyyy",
"en-ie": "dd/mm/yyyy",
"en-in": "dd-mm-yyyy",
Expand Down

0 comments on commit 96c8ef6

Please sign in to comment.