From: Stas Vilchik Date: Wed, 11 Oct 2017 14:30:59 +0000 (+0200) Subject: SONAR-9785 Add new languages on the about page X-Git-Tag: 6.7-RC1~293 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4940d0c6e8aff25490e266a38abdbdf1332fbee5;p=sonarqube.git SONAR-9785 Add new languages on the about page --- diff --git a/server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js b/server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js index 5bc1b2c2bd5..c3027b566a8 100644 --- a/server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js +++ b/server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js @@ -30,10 +30,12 @@ const languages = [ { name: 'HTML', url: 'https://redirect.sonarsource.com/plugins/web.html' }, { name: 'RPG', url: 'https://redirect.sonarsource.com/plugins/rpg.html' }, { name: 'JavaScript', url: 'https://redirect.sonarsource.com/plugins/javascript.html' }, + { name: 'TypeScript', url: 'https://redirect.sonarsource.com/plugins/typescript.html' }, { name: 'Objective C', url: 'https://redirect.sonarsource.com/plugins/objectivec.html' }, { name: 'XML', url: 'https://redirect.sonarsource.com/plugins/xml.html' }, { name: 'VB.NET', url: 'https://redirect.sonarsource.com/plugins/vbnet.html' }, { name: 'PL/SQL', url: 'https://redirect.sonarsource.com/plugins/plsql.html' }, + { name: 'T-SQL', url: 'https://redirect.sonarsource.com/plugins/tsql.html' }, { name: 'Flex', url: 'https://redirect.sonarsource.com/plugins/flex.html' }, { name: 'Python', url: 'https://redirect.sonarsource.com/plugins/python.html' }, { name: 'Groovy', url: 'https://redirect.sonarsource.com/plugins/groovy.html' },