Adding French locale to settings_helper.rb
This commit is contained in:
		
							parent
							
								
									64cfbbcc55
								
							
						
					
					
						commit
						115ce90578
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -5,6 +5,7 @@ module SettingsHelper
 | 
			
		|||
    en: 'English',
 | 
			
		||||
    de: 'Deutsch',
 | 
			
		||||
    es: 'Español',
 | 
			
		||||
    fr: 'Français',
 | 
			
		||||
  }.freeze
 | 
			
		||||
 | 
			
		||||
  def human_locale(locale)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue