Skip to content

--lang fr is not accepted while warning message says it is #2852

Closed
@ContrapunctusII

Description

@ContrapunctusII

Search terms

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.

Expected Behavior

According to the message, fr should be a correct value for the lang option.

Environment

  • Typedoc version: 0.27.7
  • TypeScript version: 5.6.2
  • Node.js version: v22.13.1
  • OS: Windows 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions