mirror of
https://github.com/apache/superset.git
synced 2026-04-24 10:35:01 +00:00
chore: Localization of several charts and elements (#22150)
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com>
This commit is contained in:
@@ -101,12 +101,12 @@ const config: ControlPanelConfig = {
|
||||
default: labelType,
|
||||
renderTrigger: true,
|
||||
choices: [
|
||||
['key', 'Category Name'],
|
||||
['value', 'Value'],
|
||||
['percent', 'Percentage'],
|
||||
['key_value', 'Category and Value'],
|
||||
['key_percent', 'Category and Percentage'],
|
||||
['key_value_percent', 'Category, Value and Percentage'],
|
||||
['key', t('Category Name')],
|
||||
['value', t('Value')],
|
||||
['percent', t('Percentage')],
|
||||
['key_value', t('Category and Value')],
|
||||
['key_percent', t('Category and Percentage')],
|
||||
['key_value_percent', t('Category, Value and Percentage')],
|
||||
],
|
||||
description: t('What should be shown on the label?'),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user