diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2018-07-11 17:13:41 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-07-18 20:21:20 +0200 |
commit | 30874292d5f5631d8f7537802f44551a62f2f25b (patch) | |
tree | c63a247c44094c0dcabb52d5af35066d78f93c1f /sonar-core | |
parent | 4aa16f4ec59954a0bacb188d2d31ea7610becde8 (diff) | |
download | sonarqube-30874292d5f5631d8f7537802f44551a62f2f25b.tar.gz sonarqube-30874292d5f5631d8f7537802f44551a62f2f25b.zip |
SONARCLOUD-30 Add TS and Go to the list of supported languages in the onboarding
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 7c4fce5da59..84c3e1fa803 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2691,7 +2691,7 @@ onboarding.language.c-family=C, C++, Objective-C onboarding.language.c-family.compiler=Which compiler are you using? onboarding.language.c-family.compiler.msvc=Microsoft Visual C++ onboarding.language.c-family.compiler.clang-gcc=CLang or GGC -onboarding.language.other=Other (JS, Python, PHP, ...) +onboarding.language.other=Other (JS, TS, Go, Python, PHP, ...) onboarding.language.os=What is your OS? onboarding.language.os.linux=Linux onboarding.language.os.win=Windows |