Skip to content

Commit 6e98d98

Browse files
committed
datepicker fix pla
1 parent 0d1f072 commit 6e98d98

File tree

10 files changed

+4
-14
lines changed

10 files changed

+4
-14
lines changed

src/DTableFiltersPopover/widgets/filter-calendar.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ class FilterCalendar extends Component {
139139
className="dtable-rc-calendar"
140140
locale={translateCalendar()}
141141
style={{ zIndex: 1001 }}
142-
dateInputPlaceholder={('please enter date')}
143142
format={calendarFormat}
144143
defaultValue={this.defaultCalendarValue}
145144
showDateInput={true}

src/DateEditor/mb-editor/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ class MBDateEditor extends React.PureComponent {
9393
<Calendar
9494
className={classnames('dtable-rc-calendar', className)}
9595
locale={initDateEditorLanguage(lang)}
96-
dateInputPlaceholder={getLocale('Please_input')}
9796
format={this.format}
9897
defaultValue={this.defaultCalendarValue}
9998
showDateInput={false}
@@ -124,7 +123,7 @@ class MBDateEditor extends React.PureComponent {
124123
className="ant-calendar-picker-input ant-input form-control"
125124
value={time ? dayjs(time).format(this.getFormat()) : ''}
126125
/>
127-
<div ref={this.calendarContainerRef} style={{ height: '22rem' }}/>
126+
<div ref={this.calendarContainerRef} style={{ height: '22rem' }} />
128127
</div>
129128
);
130129
}}

src/DateEditor/pc-editor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ class PCDateEditor extends React.Component {
193193
format={dateFormat}
194194
defaultValue={defaultValue}
195195
showHourAndMinute={showHourAndMinute}
196-
dateInputPlaceholder={getLocale('Please_input')}
197196
defaultMinutesTime={defaultTime}
198197
showDateInput={true}
199198
focusablePanel={false}

src/locales/de.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"No_collaborators_available": "Es sind keine Mitarbeiter verfügbar.",
1111
"Done": "Erledigt",
1212
"Choose_a_collaborator": "Wählen Sie einen Mitarbeiter",
13-
"Please_input": "Bitte eingeben",
1413
"Please_select": "Auswählen",
1514
"Clear": "Leeren",
1615
"Are_you_sure_you_want_to_delete_this_file": "Möchten Sie diese Datei wirklich löschen?",

src/locales/en.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"No_collaborators_available": "No collaborators available.",
1111
"Done": "Done",
1212
"Choose_a_collaborator": "Choose a collaborator",
13-
"Please_input": "Please input",
1413
"Please_select": "Please select",
1514
"Clear": "Clear",
1615
"Are_you_sure_you_want_to_delete_this_file": "Are you sure you want to delete this file?",
@@ -167,4 +166,4 @@
167166
"Edit_long_text": "Edit long text",
168167
"Choose_a_department": "Choose a department",
169168
"Close": "Close"
170-
}
169+
}

src/locales/es.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"No_collaborators_available": "No hay colaboradores disponibles.",
1111
"Done": "Hecho",
1212
"Choose_a_collaborator": "Choose a collaborator",
13-
"Please_input": "Por favor introduce",
1413
"Please_select": "Seleccione",
1514
"Clear": "Limpiar",
1615
"Are_you_sure_you_want_to_delete_this_file": "¿Está seguro de querer eliminar este archivo?",
@@ -167,4 +166,4 @@
167166
"Edit_long_text": "Edit long text",
168167
"Choose_a_department": "Choose a department",
169168
"Close": "Cerrar"
170-
}
169+
}

src/locales/fr.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"No_collaborators_available": "Aucun collaborateur n'est disponible.",
1111
"Done": "Fait",
1212
"Choose_a_collaborator": "Choisissez un collaborateur",
13-
"Please_input": "Veuillez entrer",
1413
"Please_select": "Sélectionner",
1514
"Clear": "Effacer",
1615
"Are_you_sure_you_want_to_delete_this_file": "Êtes-vous sûr de vouloir supprimer ce fichier?",

src/locales/pt.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"No_collaborators_available": "Nenhum colaborador disponível.",
1111
"Done": "Feita",
1212
"Choose_a_collaborator": "Choose a collaborator",
13-
"Please_input": "Por favor, insira",
1413
"Please_select": "Por favor, selecione",
1514
"Clear": "Clara",
1615
"Are_you_sure_you_want_to_delete_this_file": "Tem certeza de que deseja excluir este arquivo?",

src/locales/ru.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"No_collaborators_available": "Нет сотрудников.",
1111
"Done": "Выполнено",
1212
"Choose_a_collaborator": "Choose a collaborator",
13-
"Please_input": "Please input",
1413
"Please_select": "Please select",
1514
"Clear": "Очистить",
1615
"Are_you_sure_you_want_to_delete_this_file": "Вы уверены, что хотите удалить этот файл?",
@@ -167,4 +166,4 @@
167166
"Edit_long_text": "Редактировать длинный текст",
168167
"Choose_a_department": "Выберите отдел",
169168
"Close": "Закрыть"
170-
}
169+
}

src/locales/zh-CN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"No_collaborators_available": "没有找到协作人",
1111
"Done": "完成",
1212
"Choose_a_collaborator": "选择一个协作人",
13-
"Please_input": "请输入",
1413
"Please_select": "请选择",
1514
"Clear": "清除",
1615
"Are_you_sure_you_want_to_delete_this_file": "你确定要删除此文件吗?",

0 commit comments

Comments
 (0)