Browse Source

Don't load new language support by default, since we don't have any/enough language files to justify it

tags/v0.11.0-alpha
Daniel Oaks 6 years ago
parent
commit
cd6bf3e20c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      oragono.yaml

+ 1
- 1
oragono.yaml View File

@@ -294,7 +294,7 @@ datastore:
294 294
 # languages config
295 295
 languages:
296 296
     # whether to load languages
297
-    enabled: true
297
+    enabled: false
298 298
 
299 299
     # default language to use for new clients
300 300
     # 'en' is the default English language in the code

Loading…
Cancel
Save