Adding French locale to settings_helper.rb

th-downstream
nicolas 8 years ago committed by GitHub
parent 1aeebf8de5
commit 2a1b5185b3

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

Loading…
Cancel
Save