Ralkion commented on code in PR #26626:
URL: https://github.com/apache/superset/pull/26626#discussion_r1455755422


##########
superset/translations/de/LC_MESSAGES/messages.json:
##########
@@ -284,6 +283,9 @@
       "A valid color scheme is required": [
         "Ein gültiges Farbschema ist erforderlich"
       ],
+      "A waterfall chart is a form of data visualization that helps in 
understanding\n          the cumulative effect of sequentially introduced 
positive or negative values.\n          These intermediate values can either be 
time based or category based.": [

Review Comment:
   The short answer is that this is how it's built in the code. The first entry 
of each array is the 'key' that is used for lookup to get the 'value'.
   
   In this case, you can trace the key via the messages.pot file 
(superset/translations/messages.pot), which is a generated file. The pot file 
has a comment indicating where the string originated - which for this message 
is (superset-frontend/plugins/plugin-chart-echarts/src/Waterfall/index.ts:53)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to