summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/blob/components/constants.js
blob: d3fed9e51e9a9fe0bb71dd57ad1bbc004c79ec3c (plain)
1
2
3
4
5
6
7
8
9
10
11
import { __ } from '~/locale';

export const BTN_COPY_CONTENTS_TITLE = __('Copy file contents');
export const BTN_RAW_TITLE = __('Open raw');
export const BTN_DOWNLOAD_TITLE = __('Download');

export const SIMPLE_BLOB_VIEWER = 'simple';
export const SIMPLE_BLOB_VIEWER_TITLE = __('Display source');

export const RICH_BLOB_VIEWER = 'rich';
export const RICH_BLOB_VIEWER_TITLE = __('Display rendered file');