Skip to content
Snippets Groups Projects
Commit 64cfbbcc authored by nicolas's avatar nicolas Committed by GitHub
Browse files

Adding French locale

parent 46d9076e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ module Mastodon
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
config.i18n.available_locales = [:en, :de, :es]
config.i18n.available_locales = [:en, :de, :es, :fr]
config.i18n.default_locale = :en
# config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment