mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 13:07:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			144 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			144 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
module ApplicationHelper
 | 
						|
  def available_locales_with_name
 | 
						|
    LANGUAGES_CONFIG.map { |_key, val| val.slice(:name, :iso_639_1_code) }
 | 
						|
  end
 | 
						|
end
 |