aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorLucas <97296331+lucas-paulger-sonarsource@users.noreply.github.com>2024-07-22 12:25:55 +0300
committersonartech <sonartech@sonarsource.com>2024-08-13 20:02:46 +0000
commitfe9c1ab62eec9e15f806c884f274c6d32a6c8f92 (patch)
tree43ecda108f514bb3b1d54c8619a64ffa41e5075d /sonar-core
parente6adb0980a1db8a356a7283c240a95b01a90a472 (diff)
downloadsonarqube-fe9c1ab62eec9e15f806c884f274c6d32a6c8f92.tar.gz
sonarqube-fe9c1ab62eec9e15f806c884f274c6d32a6c8f92.zip
SONAR-22499 CodeViewer supports ipynb files (#11371)
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 insertions, 0 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 d8dff3b0c34..23de63d4da5 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3624,6 +3624,7 @@ source_viewer.click_for_scm_info=Click to see SCM information for line {0}
source_viewer.author_X=Author: {0}
source_viewer.click_to_copy_filepath=Click to copy the filepath to clipboard
source_viewer.issue_link_x={count} {quality} {count, plural, one {issue} other {issues}}
+source_viewer.jupyter.output.image=Output
source_viewer.tooltip.duplicated_line=This line is duplicated. Click to see duplicated blocks.
source_viewer.tooltip.duplicated_block=Duplicated block. Click for details.