about summary refs log tree commit diff
path: root/app/helpers/settings_helper.rb
diff options
context:
space:
mode:
authornicolas <nclm@users.noreply.github.com>2016-11-22 10:20:28 +0100
committerGitHub <noreply@github.com>2016-11-22 10:20:28 +0100
commit115ce905783a2d9c301868f5bc0bfb52991790a0 (patch)
treea28cb2a0615c3b06f1dd758ef852dd9f4ab285f6 /app/helpers/settings_helper.rb
parent64cfbbcc554616fc4d1cd9243a16a0cc1ba1caa8 (diff)
Adding French locale to settings_helper.rb
Diffstat (limited to 'app/helpers/settings_helper.rb')
-rw-r--r--app/helpers/settings_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/settings_helper.rb b/app/helpers/settings_helper.rb
index 66ecc56c6..75ee2f8d9 100644
--- a/app/helpers/settings_helper.rb
+++ b/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)