8000 Added German culture model (#1907) · sysang/botbuilder-python@7543a2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7543a2c

Browse files
Added German culture model (microsoft#1907)
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
1 parent bafc08d commit 7543a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/botbuilder-dialogs/botbuilder/dialogs/prompts/prompt_culture_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def get_supported_cultures(cls) -> List[PromptCultureModel]:
174174
"""
175175
return [
176176
cls.Chinese,
177+
cls.German,
177178
cls.Dutch,
178179
cls.English,
179180
cls.French,

0 commit comments

Comments
 (0)
0