Open SL-23 opened 3 days ago
This is happening because of the check for ts-node
in the internationalization class. TypeDoc tries to load a TS version of the locales as that's what it should use in development.
This should already be fixed in 0.27 as TypeDoc has moved away from ts-node
Thanks @Gerrit0, will close my PR then.
Search terms
[warning] Options specified "en" as the language to use, but TypeDoc does not support it.
Expected Behavior
No warning with below code
Actual Behavior
Steps to reproduce the bug
See my testing app
To reproduce:
npm install
nvm use v18.18.2
npm run gen-doc
Environment
v0.26.0
^5
v18.18.2