Enabling portuguese and hungarian translations, which are awfully incomplete
This commit is contained in:
parent
ea05fdaa57
commit
66ab0d0d56
3 changed files with 5 additions and 2 deletions
|
@ -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, :hu, :fr]
|
||||
config.i18n.available_locales = [:en, :de, :es, :pt, :fr, :hu]
|
||||
config.i18n.default_locale = :en
|
||||
|
||||
# config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue