We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4fb61 commit 1d4aa15Copy full SHA for 1d4aa15
1 file changed
connector-packager/connector_packager/xml_parser.py
@@ -20,7 +20,7 @@
20
# find one for the correct language
21
TABLEAU_FALLBACK_LANGUAGE = "en_US"
22
TABLEAU_SUPPORTED_LANGUAGES = ["de_DE", "en_GB", "es_ES", "fr_CA", "fr_FR", "ga_IE", "it_IT", "ja_JP", "ko_KR",
23
- "pt_BR", "sv_SE", "zh_CN", "zh_TW"]
+ "pt_BR", "sv_SE", "th_TH", "zh_CN", "zh_TW"]
24
25
26
class XMLParser:
0 commit comments