summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
authorDavid Mehren2020-09-26 15:27:06 +0200
committerGitHub2020-09-26 15:27:06 +0200
commit0a9f313604217b3bfcc164d746b9cafbee7666c9 (patch)
treed3a47be533b1e537d782e9648ada287fa1ee6106 /app.js
parent3461993ee05d09106e276e606b143d472908b166 (diff)
parent31f6a3640b952581a1baf7fadfff9c988ac62e4a (diff)
Merge pull request #497 from SISheogorath/translation/malayalam
[1.x] Add Malayalam translation
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index 236c77b9..97eebcc0 100644
--- a/app.js
+++ b/app.js
@@ -120,7 +120,7 @@ if (config.csp.enable) {
}
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'],
+ 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', 'ml'],
cookie: 'locale',
indent: ' ', // this is the style poeditor.com exports it, this creates less churn
directory: path.join(__dirname, '/locales'),