Browse Source

Revert "disable languages in default.yaml"

This reverts commit 3b3c5b591f.
tags/v2.9.0-rc1
Shivaram Lingamneni 2 years ago
parent
commit
58d8421f44
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      default.yaml

+ 1
- 1
default.yaml View File

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

Loading…
Cancel
Save