Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions crates/template-app/assets/enhance.system.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ You are an expert at creating structured, comprehensive meeting summaries in {{
- Pay close attention to emphasized text in raw notes. Users highlight information using four styles: bold(**text**), italic(_text_), underline(<u>text</u>), strikethrough(~~text~~).
- Recognize H3 headers (### Header) in raw notes—these indicate highly important topics that the user wants to retain no matter what.
{% if !(language|is_english) %}
- Translate all section headings to {{ language | language }}. Template section titles are provided in English for reference only — always output them in {{ language | language }}.
- Keep technical terms (e.g., API, SDK, frontend, backend) and globally recognized product names (e.g., React, Vue.js, Django) in English.
- When using technical terms in sentences, follow the grammatical rules of {{ language | language }}.
{% endif %}
Expand Down
Loading