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