Ask for 639-1 consistently

pull/413/head
Sandra Snan 2023-11-16 04:39:37 +01:00 zatwierdzone przez Ivan Habunek
rodzic 30857f570d
commit 560b91700f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -361,7 +361,7 @@ AUTH_COMMANDS = [
}),
(["--language"], {
"type": language,
"help": "Default language to use for authored statuses (ISO 6391)."
"help": "Default language to use for authored statuses (ISO 639-1)."
}),
],
require_auth=True,
@ -527,7 +527,7 @@ POST_COMMANDS = [
}),
(["-l", "--language"], {
"type": language,
"help": "ISO 639-2 language code of the toot, to skip automatic detection",
"help": "ISO 639-1 language code of the toot, to skip automatic detection",
}),
(["-e", "--editor"], {
"type": editor,