0
0
Fork 0

Add Russian translation (ru) (#1023)

* Add Russian translation (ru)

* Fix a missing comma

* Fix the wording for better consistency
This commit is contained in:
Ratmir Karabut 2017-04-10 13:52:06 +03:00 committed by Eugen
parent e30bbb1cb0
commit 9043b32183
9 changed files with 469 additions and 4 deletions

View file

@ -24,7 +24,9 @@ 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, :pt, :fr, :hu, :uk, 'zh-CN', :fi, :eo]
config.i18n.available_locales = [:en, :de, :es, :pt, :fr, :hu, :uk, 'zh-CN', :fi, :eo, :ru]
config.i18n.default_locale = :en
# config.paths.add File.join('app', 'api'), glob: File.join('**', '*.rb')