Commit 5e4a6a25 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'js-i18n-projects' into 'master'

Internationalisation of projects directory

See merge request gitlab-org/gitlab-ce!27733
parents b9100704 63454eb8
import $ from 'jquery'; import $ from 'jquery';
import { addSelectOnFocusBehaviour } from '../lib/utils/common_utils'; import { addSelectOnFocusBehaviour } from '../lib/utils/common_utils';
import { slugifyWithHyphens } from '../lib/utils/text_utility'; import { slugifyWithHyphens } from '../lib/utils/text_utility';
import { s__ } from '~/locale';
let hasUserDefinedProjectPath = false; let hasUserDefinedProjectPath = false;
...@@ -114,71 +115,71 @@ const bindEvents = () => { ...@@ -114,71 +115,71 @@ const bindEvents = () => {
const value = $(this).val(); const value = $(this).val();
const templates = { const templates = {
rails: { rails: {
text: 'Ruby on Rails', text: s__('ProjectTemplates|Ruby on Rails'),
icon: '.template-option .icon-rails', icon: '.template-option .icon-rails',
}, },
express: { express: {
text: 'NodeJS Express', text: s__('ProjectTemplates|NodeJS Express'),
icon: '.template-option .icon-express', icon: '.template-option .icon-express',
}, },
spring: { spring: {
text: 'Spring', text: s__('ProjectTemplates|Spring'),
icon: '.template-option .icon-spring', icon: '.template-option .icon-spring',
}, },
iosswift: { iosswift: {
text: 'iOS (Swift)', text: s__('ProjectTemplates|iOS (Swift)'),
icon: '.template-option svg.icon-gitlab', icon: '.template-option svg.icon-gitlab',
}, },
dotnetcore: { dotnetcore: {
text: '.NET Core', text: s__('ProjectTemplates|.NET Core'),
icon: '.template-option .icon-dotnet', icon: '.template-option .icon-dotnet',
}, },
android: { android: {
text: 'Android', text: s__('ProjectTemplates|Android'),
icon: '.template-option svg.icon-android', icon: '.template-option svg.icon-android',
}, },
gomicro: { gomicro: {
text: 'Go Micro', text: s__('ProjectTemplates|Go Micro'),
icon: '.template-option .icon-gomicro', icon: '.template-option .icon-gomicro',
}, },
hugo: { hugo: {
text: 'Pages/Hugo', text: s__('ProjectTemplates|Pages/Hugo'),
icon: '.template-option .icon-hugo', icon: '.template-option .icon-hugo',
}, },
jekyll: { jekyll: {
text: 'Pages/Jekyll', text: s__('ProjectTemplates|Pages/Jekyll'),
icon: '.template-option .icon-jekyll', icon: '.template-option .icon-jekyll',
}, },
plainhtml: { plainhtml: {
text: 'Pages/Plain HTML', text: s__('ProjectTemplates|Pages/Plain HTML'),
icon: '.template-option .icon-plainhtml', icon: '.template-option .icon-plainhtml',
}, },
gitbook: { gitbook: {
text: 'Pages/GitBook', text: s__('ProjectTemplates|Pages/GitBook'),
icon: '.template-option .icon-gitbook', icon: '.template-option .icon-gitbook',
}, },
hexo: { hexo: {
text: 'Pages/Hexo', text: s__('ProjectTemplates|Pages/Hexo'),
icon: '.template-option .icon-hexo', icon: '.template-option .icon-hexo',
}, },
nfhugo: { nfhugo: {
text: 'Netlify/Hugo', text: s__('ProjectTemplates|Netlify/Hugo'),
icon: '.template-option .icon-netlify', icon: '.template-option .icon-netlify',
}, },
nfjekyll: { nfjekyll: {
text: 'Netlify/Jekyll', text: s__('ProjectTemplates|Netlify/Jekyll'),
icon: '.template-option .icon-netlify', icon: '.template-option .icon-netlify',
}, },
nfplainhtml: { nfplainhtml: {
text: 'Netlify/Plain HTML', text: s__('ProjectTemplates|Netlify/Plain HTML'),
icon: '.template-option .icon-netlify', icon: '.template-option .icon-netlify',
}, },
nfgitbook: { nfgitbook: {
text: 'Netlify/GitBook', text: s__('ProjectTemplates|Netlify/GitBook'),
icon: '.template-option .icon-netlify', icon: '.template-option .icon-netlify',
}, },
nfhexo: { nfhexo: {
text: 'Netlify/Hexo', text: s__('ProjectTemplates|Netlify/Hexo'),
icon: '.template-option .icon-netlify', icon: '.template-option .icon-netlify',
}, },
}; };
......
...@@ -7228,6 +7228,57 @@ msgstr "" ...@@ -7228,6 +7228,57 @@ msgstr ""
msgid "ProjectSettings|When conflicts arise the user is given the option to rebase" msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr "" msgstr ""
msgid "ProjectTemplates|.NET Core"
msgstr ""
msgid "ProjectTemplates|Android"
msgstr ""
msgid "ProjectTemplates|Go Micro"
msgstr ""
msgid "ProjectTemplates|Netlify/GitBook"
msgstr ""
msgid "ProjectTemplates|Netlify/Hexo"
msgstr ""
msgid "ProjectTemplates|Netlify/Hugo"
msgstr ""
msgid "ProjectTemplates|Netlify/Jekyll"
msgstr ""
msgid "ProjectTemplates|Netlify/Plain HTML"
msgstr ""
msgid "ProjectTemplates|NodeJS Express"
msgstr ""
msgid "ProjectTemplates|Pages/GitBook"
msgstr ""
msgid "ProjectTemplates|Pages/Hexo"
msgstr ""
msgid "ProjectTemplates|Pages/Hugo"
msgstr ""
msgid "ProjectTemplates|Pages/Jekyll"
msgstr ""
msgid "ProjectTemplates|Pages/Plain HTML"
msgstr ""
msgid "ProjectTemplates|Ruby on Rails"
msgstr ""
msgid "ProjectTemplates|Spring"
msgstr ""
msgid "ProjectTemplates|iOS (Swift)"
msgstr ""
msgid "Projects" msgid "Projects"
msgstr "" msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment