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
--lang fr
If one tries to run the following command to generate documentation in French:
typedoc --out docs --entryPoints lib/index.ts --lang fr
He will get this warning message:
[info] The languages that translations are available for are: en fr ja ko zh
And the documentation won't be translated.
All the other languages work as expected.
According to the message, fr should be a correct value for the lang option.
fr
lang
The text was updated successfully, but these errors were encountered:
e0382ef
fr shouldn't be included in that list as it has no translations, TypeDoc was incorrectly including the selected language in the list
Sorry, something went wrong.
No branches or pull requests
Search terms
If one tries to run the following command to generate documentation in French:
He will get this warning message:
And the documentation won't be translated.
All the other languages work as expected.
Expected Behavior
According to the message,
fr
should be a correct value for thelang
option.Environment
The text was updated successfully, but these errors were encountered: