Class: I18nRemote::Backend::RemoteFile

Inherits:
I18n::Backend::Simple
  • Object
show all
Defined in:
lib/i18n_remote/backend/remote_file.rb

Instance Method Summary collapse

Constructor Details

#initialize(params) ⇒ RemoteFile

Returns a new instance of RemoteFile.



26
27
28
29
# File 'lib/i18n_remote/backend/remote_file.rb', line 26

def initialize(params)
  @translations_server = params[:translations_server]
  @filenames = params[:filenames]
end