mirror of
				https://github.com/csunny/DB-GPT.git
				synced 2025-11-04 09:19:20 +00:00 
			
		
		
		
	fix: multi language choose
This commit is contained in:
		@@ -48,7 +48,7 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# multi language config
 | 
					# multi language config
 | 
				
			||||||
language = "en"
 | 
					language = "en"   # ['en', 'zh_CN'] #
 | 
				
			||||||
locales_dirs = ['./locales/']
 | 
					locales_dirs = ['./locales/']
 | 
				
			||||||
gettext_compact = False
 | 
					gettext_compact = False
 | 
				
			||||||
gettext_uuid = True
 | 
					gettext_uuid = True
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user