mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-23 15:06:50 +08:00
Feat: add German translations for all agent templates and optimized line breaks for template titles (#10643)
### What does this PR solve? German translation for all agent template and optimizing line breaks in the title for the new translation. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -52,12 +52,14 @@ export interface IFlowTemplate {
|
||||
description: {
|
||||
en: string;
|
||||
zh: string;
|
||||
de: string;
|
||||
};
|
||||
dsl: DSL;
|
||||
id: string;
|
||||
title: {
|
||||
en: string;
|
||||
zh: string;
|
||||
de: string;
|
||||
};
|
||||
update_date: string;
|
||||
update_time: number;
|
||||
|
||||
Reference in New Issue
Block a user