debian-mirror-gitlab/app/assets/javascripts/projects/default_sample_data_templates.js

13 lines
281 B
JavaScript
Raw Normal View History

2021-01-03 14:25:43 +05:30
import { s__ } from '~/locale';
export default {
basic: {
text: s__('ProjectTemplates|Basic'),
icon: '.template-option .icon-basic',
},
serenity_valley: {
text: s__('ProjectTemplates|Serenity Valley'),
icon: '.template-option .icon-serenity_valley',
},
};