Skip to content

Commit 0cb8c31

Browse files
REFACTOR: Updating the Brazilian Portuguese Track Names in the DESIRED_LANGUAGES
1 parent b52ce01 commit 0cb8c31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Default Audio Track Switcher

Default Audio Track Switcher/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class BackgroundColors: # Colors for the terminal
9898

9999
DESIRED_LANGUAGES = { # Dictionary of desired languages with their corresponding language codes (case-insensitive)
100100
"English": ["english", "eng", "en", "Inglês"], # Languages to prioritize when selecting default audio track
101-
"Brazilian Portuguese": ["brazilian", "portuguese", "PT-BR FULL", "pt-br", "pt"], # Additional languages can be added here
101+
"Brazilian Portuguese": ["brazilian", "portuguese", "COMPLETA PT-BR", "PT-BR COMPLETA", "Português (Brasil)", "PT-BR FULL", "pt-br", "pt"], # Additional languages can be added here
102102
}
103103

104104
UNDESIRED_LANGUAGES = { # Dictionary of undesired languages with their corresponding language codes (case-insensitive)

0 commit comments

Comments
 (0)