mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
chore: Localization of several charts and elements (#22150)
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com>
This commit is contained in:
@@ -83,9 +83,9 @@ const config: ControlPanelConfig = {
|
||||
type: 'SelectControl',
|
||||
label: t('Word Rotation'),
|
||||
choices: [
|
||||
['random', 'random'],
|
||||
['flat', 'flat'],
|
||||
['square', 'square'],
|
||||
['random', t('random')],
|
||||
['flat', t('flat')],
|
||||
['square', t('square')],
|
||||
],
|
||||
renderTrigger: true,
|
||||
default: 'square',
|
||||
|
||||
Reference in New Issue
Block a user