# File lib/gettext_i18n_rails/tasks.rb, line 112
  def locale_path
    FastGettext.translation_repositories[text_domain].instance_variable_get(:@options)[:path]
  rescue
    File.join(RAILS_ROOT, "locale")
  end