Browse Source

Merge pull request #1836 from slingamn/languages_disable

disable languages in default.yaml
tags/v2.9.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
378f9cc852
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      default.yaml

+ 1
- 1
default.yaml View File

780
 # languages config
780
 # languages config
781
 languages:
781
 languages:
782
     # whether to load languages
782
     # whether to load languages
783
-    enabled: true
783
+    enabled: false
784
 
784
 
785
     # default language to use for new clients
785
     # default language to use for new clients
786
     # 'en' is the default English language in the code
786
     # 'en' is the default English language in the code

Loading…
Cancel
Save