mirror of
https://github.com/apache/superset.git
synced 2026-05-31 21:29:19 +00:00
chore: Localization of several charts and elements (#22150)
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com>
This commit is contained in:
@@ -171,11 +171,11 @@ export default class SpatialControl extends React.Component {
|
||||
>
|
||||
<Row gutter={16}>
|
||||
<Col xs={24} md={12}>
|
||||
Longitude
|
||||
{t('Longitude')}
|
||||
{this.renderSelect('lonCol', spatialTypes.latlong)}
|
||||
</Col>
|
||||
<Col xs={24} md={12}>
|
||||
Latitude
|
||||
{t('Latitude')}
|
||||
{this.renderSelect('latCol', spatialTypes.latlong)}
|
||||
</Col>
|
||||
</Row>
|
||||
@@ -206,7 +206,7 @@ export default class SpatialControl extends React.Component {
|
||||
>
|
||||
<Row gutter={16}>
|
||||
<Col xs={24} md={12}>
|
||||
Column
|
||||
{t('Column')}
|
||||
{this.renderSelect('geohashCol', spatialTypes.geohash)}
|
||||
</Col>
|
||||
<Col xs={24} md={12}>
|
||||
|
||||
Reference in New Issue
Block a user