]> cat aescling's git repositories - mastodon.git/commitdiff
Adding French locale to settings_helper.rb
authornicolas <nclm@users.noreply.github.com>
Tue, 22 Nov 2016 09:20:28 +0000 (10:20 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Nov 2016 09:20:28 +0000 (10:20 +0100)
app/helpers/settings_helper.rb

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