# File lib/fast_gettext.rb, line 27 def add_text_domain(name,options) translation_repositories[name] = TranslationRepository.build(name,options) end