mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-27 03:58:02 -05:00
Fixed wrong locales search path after app.js move
Signed-off-by: Erik Michelson <erik@liltv.de>
This commit is contained in:
parent
7f9c79323b
commit
760591b9b0
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ i18n.configure({
|
|||
locales: ['en', 'zh-CN', 'zh-TW', 'fr', 'de', 'ja', 'es', 'ca', 'el', 'pt', 'it', 'tr', 'ru', 'nl', 'hr', 'pl', 'uk', 'hi', 'sv', 'eo', 'da', 'ko', 'id', 'sr', 'vi', 'ar', 'cs', 'sk'],
|
||||
cookie: 'locale',
|
||||
indent: ' ', // this is the style poeditor.com exports it, this creates less churn
|
||||
directory: path.join(__dirname, '/locales'),
|
||||
directory: path.join(__dirname, '../locales'),
|
||||
updateFiles: config.updateI18nFiles
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue