Merge pull request #294 from fmerges/master

Add language option to the CLI page
This commit is contained in:
Stavros Korokithakis 2020-02-18 18:04:04 +02:00 committed by GitHub
commit 066b23400e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.