Client - minor changes on i18n
This commit is contained in:
		@@ -281,7 +281,11 @@ label {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dropdown-item-selected {
 | 
			
		||||
    font-weight: bold;
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.dropdown-item-selected::after {
 | 
			
		||||
  content: " ✔";
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.fa-question-circle {
 | 
			
		||||
 
 | 
			
		||||
@@ -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