mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
Added config property for locales
There's a new config property 'localesPath' - pointing to './locales' by default. The path resolution is similar to the docsPath, uploadsPath etc. Signed-off-by: Erik Michelson <erik@liltv.de>
This commit is contained in:
parent
760591b9b0
commit
7838f9b03a
4 changed files with 4 additions and 1 deletions
|
@ -52,6 +52,7 @@ these are rarely used for various reasons.
|
|||
| `docsPath` | `./public/docs` | docs directory path<sup>1</sup> |
|
||||
| `viewPath` | `./public/views` | template directory path<sup>1</sup> |
|
||||
| `uploadsPath` | `./public/uploads` | uploads directory<sup>1</sup> - needs to be persistent when you use imageUploadType `filesystem` |
|
||||
| `localesPath` | `./locales` | directory for translations<sup>1</sup> |
|
||||
|
||||
|
||||
## CodiMD Location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue