mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Localization of several charts and elements (#22150)
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com>
This commit is contained in:
@@ -41,10 +41,10 @@ const config: ControlPanelConfig = {
|
||||
label: t('Country Field Type'),
|
||||
default: 'cca2',
|
||||
choices: [
|
||||
['name', 'Full name'],
|
||||
['cioc', 'code International Olympic Committee (cioc)'],
|
||||
['cca2', 'code ISO 3166-1 alpha-2 (cca2)'],
|
||||
['cca3', 'code ISO 3166-1 alpha-3 (cca3)'],
|
||||
['name', t('Full name')],
|
||||
['cioc', t('code International Olympic Committee (cioc)')],
|
||||
['cca2', t('code ISO 3166-1 alpha-2 (cca2)')],
|
||||
['cca3', t('code ISO 3166-1 alpha-3 (cca3)')],
|
||||
],
|
||||
description: t(
|
||||
'The country code standard that Superset should expect ' +
|
||||
|
||||
Reference in New Issue
Block a user