Skip to content

Commit

Permalink
fix(langs): upstream brought back 'fr-CA' (even though it sounds the …
Browse files Browse the repository at this point in the history
…same as 'fr') so removing it from the DeprecationWarning
  • Loading branch information
pndurette committed Nov 10, 2024
1 parent 054b5af commit b8d1b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtts/lang.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _fallback_deprecated_lang(lang):
"en-za",
"en-tz",
],
"fr": ["fr-ca", "fr-fr"],
"fr": ["fr-fr"],
"pt": ["pt-br", "pt-pt"],
"es": ["es-es", "es-us"],
"zh-CN": ["zh-cn"],
Expand Down

0 comments on commit b8d1b3e

Please sign in to comment.