We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1e6d3b + ba12c69 commit bdcde67Copy full SHA for bdcde67
src/launch.py
@@ -137,7 +137,7 @@ def main():
137
if args.list_languages:
138
from classes.language import get_all_languages
139
print("Supported Languages:")
140
- for code, lang in get_all_languages():
+ for code, lang, country in get_all_languages():
141
print(" {:>12} {}".format(code, lang))
142
sys.exit()
143
0 commit comments