We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
branch: 0.14.x
I'm trying to download pt-BR through the commandline using this command:
kalite manage languagepackdownload -l 'pt-BR' --commandline
However, the lang_code parameter always uses settings.LANGUAGE_CODE. Something's wrong with our parameter parsing.
lang_code
settings.LANGUAGE_CODE
The text was updated successfully, but these errors were encountered:
I think the problem is that it isn't complaining about your "illegal" space after -l.
-l
Sorry, something went wrong.
"Fixes" in #4061... You should use the following command instead:
kalite manage languagepackdownload -l'pt-BR' --commandline
Fixed in the current 0.14.
benjaoming
No branches or pull requests
branch: 0.14.x
I'm trying to download pt-BR through the commandline using this command:
However, the
lang_code
parameter always usessettings.LANGUAGE_CODE
. Something's wrong with our parameter parsing.The text was updated successfully, but these errors were encountered: