module Gitlab module I18n AVAILABLE_LANGUAGES = { 'en' => N_('English'), 'es' => N_('Spanish'), 'de' => N_('Deutsch') }.freeze end end