mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-20 17:48:42 +08:00
fix: correct unsupported German date format on document list page (#18426)
This commit is contained in:
parent
c768d97637
commit
0ac7366cdc
@ -1,7 +1,7 @@
|
||||
const translation = {
|
||||
title: 'Abruf-Test',
|
||||
desc: 'Testen Sie die Treffereffektivität des Wissens anhand des gegebenen Abfragetextes.',
|
||||
dateTimeFormat: 'MM/TT/JJJJ hh:mm A',
|
||||
dateTimeFormat: 'MM/DD/YYYY hh:mm A',
|
||||
recents: 'Kürzlich',
|
||||
table: {
|
||||
header: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user