Adding French locale to settings_helper.rb

This commit is contained in:
nicolas 2016-11-22 10:20:28 +01:00 committed by GitHub
parent 64cfbbcc55
commit 115ce90578

View file

@ -5,6 +5,7 @@ module SettingsHelper
en: 'English',
de: 'Deutsch',
es: 'Español',
fr: 'Français',
}.freeze
def human_locale(locale)