Browse Source

Adding French locale to settings_helper.rb

closed-social-glitch-2
nicolas 7 years ago
committed by GitHub
parent
commit
115ce90578
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/helpers/settings_helper.rb

+ 1
- 0
app/helpers/settings_helper.rb View File

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

Loading…
Cancel
Save