Skip to content
This repository was archived by the owner on Feb 6, 2019. It is now read-only.

Commit 22936c4

Browse files
committed
Add DEFAULT_LANGUAGE to config
1 parent 30b2379 commit 22936c4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

beavy/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ COMMON: &common
2020
# to 15minutes
2121
CACHE_DEFAULT_TIMEOUT: 900
2222

23+
# i18n STUFF
24+
DEFAULT_LANGUAGE: 'en'
25+
2326
RATELIMITS:
2427
# custom rate limits:
2528
# full.path.module.view : "RATE LIMIT"

config.example.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ URLS:
3838
# like this:
3939
# USERS: '/nutzer'
4040

41+
# Which language do you want to serve as your apps' default
42+
# localization language? The default is English.
43+
# DEFAULT_LANGUAGE: 'en'
44+
4145
# Uncomment this to enable registrations
4246
# SECURITY_REGISTERABLE: true
4347

0 commit comments

Comments
 (0)