diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-11 16:30:59 +0200 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-10-12 10:23:25 +0200 |
commit | 4940d0c6e8aff25490e266a38abdbdf1332fbee5 (patch) | |
tree | ce1ef91700ac4c21e7d1ef5b1ef28e1fd3241578 /server/sonar-web/src/main/js/apps/about/components | |
parent | fed59c4f4663f6dfad64d2742712d53c090ea4b3 (diff) | |
download | sonarqube-4940d0c6e8aff25490e266a38abdbdf1332fbee5.tar.gz sonarqube-4940d0c6e8aff25490e266a38abdbdf1332fbee5.zip |
SONAR-9785 Add new languages on the about page
Diffstat (limited to 'server/sonar-web/src/main/js/apps/about/components')
-rw-r--r-- | server/sonar-web/src/main/js/apps/about/components/AboutLanguages.js | 2 |
1 files changed, 2 insertions, 0 deletions
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' }, |