Skip to content

Commit

Permalink
Update xml_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saugatt authored Sep 25, 2024
1 parent c6d9aa2 commit 4562f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector-packager/connector_packager/xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# find one for the correct language
TABLEAU_FALLBACK_LANGUAGE = "en_US"
TABLEAU_SUPPORTED_LANGUAGES = ["de_DE", "en_GB", "es_ES", "fr_CA", "fr_FR", "ga_IE", "it_IT", "ja_JP", "ko_KR",
"pt_BR", "sv_SE", "th_TH", "zh_CN", "zh_TW"]
"nl_NL", "pt_BR", "sv_SE", "th_TH", "zh_CN", "zh_TW"]


class XMLParser:
Expand Down

0 comments on commit 4562f46

Please sign in to comment.