Adding French locale to settings_helper.rb

master
nicolas 8 years ago committed by GitHub
parent 64cfbbcc55
commit 115ce90578
  1. 1
      app/helpers/settings_helper.rb

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

Loading…
Cancel
Save