Merge pull request #294 from fmerges/master
Add language option to the CLI page
This commit is contained in:
commit
066b23400e
|
@ -24,6 +24,9 @@ to change the behavior.
|
|||
If this is not provided then the project is searched upwards from the
|
||||
current working directory until a folder is found with a single
|
||||
`.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
|
||||
aborts further execution.
|
||||
* `--help`: prints out help about the command line interface.
|
||||
|
|
Loading…
Reference in New Issue