소스 검색

Comments i18n.lang configuration parameter

Adrien Panay 7 년 전
부모
커밋
217bf5f19c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tracim/development.ini.base

+ 1 - 0
tracim/development.ini.base 파일 보기

@@ -32,6 +32,7 @@ cookie_secret = 3283411b-1904-4554-b0e1-883863b53080
32 32
 [app:main]
33 33
 use = egg:tracim
34 34
 full_stack = true
35
+# Fallback language if browser and application cannot find one they agree on.
35 36
 i18n.lang = en
36 37
 
37 38
 cache_dir = %(here)s/data