]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9785 Add new languages on the about page
authorStas Vilchik <stas.vilchik@sonarsource.com>
Wed, 11 Oct 2017 14:30:59 +0000 (16:30 +0200)
committerStas Vilchik <stas.vilchik@sonarsource.com>
Thu, 12 Oct 2017 08:23:25 +0000 (10:23 +0200)
server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js

index 5bc1b2c2bd57521e84477cfb6f657e086bbf4728..c3027b566a8eefce17863f120c42c03bb0c22763 100644 (file)
@@ -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' },