Skip to content

Commit

Permalink
fix(langs): Languages added: am (Amharic), cy (Welsh), eu (Basq…
Browse files Browse the repository at this point in the history
…ue), `gl` (Galician), `ha` (Hausa), `lt` (Lithuanian), `pa` (Punjabi) (#477)

Co-authored-by: pndurette <1653771+pndurette@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and pndurette committed Jul 20, 2024
1 parent 57c0645 commit b04d6d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gtts/langs.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
# Note: this file is generated
_langs = {
"af": "Afrikaans",
"am": "Amharic",
"ar": "Arabic",
"bg": "Bulgarian",
"bn": "Bengali",
"bs": "Bosnian",
"ca": "Catalan",
"cs": "Czech",
"cy": "Welsh",
"da": "Danish",
"de": "German",
"el": "Greek",
"en": "English",
"es": "Spanish",
"et": "Estonian",
"eu": "Basque",
"fi": "Finnish",
"fr": "French",
"gl": "Galician",
"gu": "Gujarati",
"ha": "Hausa",
"hi": "Hindi",
"hr": "Croatian",
"hu": "Hungarian",
Expand All @@ -29,6 +34,7 @@
"kn": "Kannada",
"ko": "Korean",
"la": "Latin",
"lt": "Lithuanian",
"lv": "Latvian",
"ml": "Malayalam",
"mr": "Marathi",
Expand All @@ -37,6 +43,7 @@
"ne": "Nepali",
"nl": "Dutch",
"no": "Norwegian",
"pa": "Punjabi",
"pl": "Polish",
"pt": "Portuguese",
"ro": "Romanian",
Expand Down

0 comments on commit b04d6d1

Please sign in to comment.