Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « job_assistant_drawer « components « pipeline_editor « ci « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1c122fd5e388beb7a0a1e85cd37c70875bfcdf2b (plain)
1
2
3
4
5
6
7
import { s__ } from '~/locale';

export const DRAWER_CONTAINER_CLASS = '.content-wrapper';

export const i18n = {
  ADD_JOB: s__('JobAssistant|Add job'),
};