Add language option to the CLI page

This commit is contained in:
Florian Merges 2020-02-18 08:22:50 +00:00
parent 481015cde2
commit 93eee3d33a
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ to change the behavior.
If this is not provided then the project is searched upwards from the If this is not provided then the project is searched upwards from the
current working directory until a folder is found with a single current working directory until a folder is found with a single
`.lektorproject` file in it. `.lektorproject` file in it.
* `--language LANG`: admin interface language, defaults to `en`. Available
options are: `ca`, `de`, `en`, `es`, `fr`, `it`, `ja`, `ko`, `nl`, `pl`,
`pt`, `ru`, `zh`.
* `--version`: if this is passed it prints out the version of Lektor and * `--version`: if this is passed it prints out the version of Lektor and
aborts further execution. aborts further execution.
* `--help`: prints out help about the command line interface. * `--help`: prints out help about the command line interface.