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

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

export const MODIFIER_KEY = window.gl?.client?.isMac ? '⌘' : s__('KeyboardKey|Ctrl+');