mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
refactor(i18n): use JSON with flattened key and namespace (#30114)
Co-authored-by: yyh <yuanyouhuilyz@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@ -32,7 +32,7 @@ const RetrievalSettings: FC<RetrievalSettingsProps> = ({
|
||||
<div className={cn('flex flex-col gap-2 self-stretch', isInRetrievalSetting && 'w-full max-w-[480px]')}>
|
||||
{!isInHitTesting && !isInRetrievalSetting && (
|
||||
<div className="flex h-7 flex-col gap-2 self-stretch pt-1">
|
||||
<label className="system-sm-semibold text-text-secondary">{t('dataset.retrievalSettings')}</label>
|
||||
<label className="system-sm-semibold text-text-secondary">{t('retrievalSettings', { ns: 'dataset' })}</label>
|
||||
</div>
|
||||
)}
|
||||
<div className={cn(
|
||||
|
||||
Reference in New Issue
Block a user