# frozen_string_literal: true
Fabricator(:translation_override) do
translation_key "title"
value "Discourse"
locale "en"
end