Client - minor changes on i18n
This commit is contained in:
		@@ -284,6 +284,10 @@ label {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dropdown-item-selected::after {
 | 
			
		||||
  content: " ✔";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.fa-question-circle {
 | 
			
		||||
  color: #6c757d;
 | 
			
		||||
  margin-left: 3px;
 | 
			
		||||
 
 | 
			
		||||
@@ -21,7 +21,7 @@ i18n
 | 
			
		||||
  .use(XHR)
 | 
			
		||||
  .use(LanguageDetector)
 | 
			
		||||
  .init({
 | 
			
		||||
    debug: true,
 | 
			
		||||
    debug: process.env.NODE_ENV === 'development',
 | 
			
		||||
    lng: 'en',
 | 
			
		||||
    fallbackLng: 'en',
 | 
			
		||||
    keySeparator: false,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user