feat: Add code download functionality
Adds a new "Download Code" button to the code block component, allowing users to download the code displayed for offline use. This feature enhances user convenience and provides a more versatile experience for exploring and utilizing code snippets.
This commit is contained in:
@@ -101,5 +101,6 @@
|
||||
"translate": "Oversæt",
|
||||
"custom": "Brugerdefineret"
|
||||
},
|
||||
"citations": "Citater"
|
||||
"citations": "Citater",
|
||||
"downloadCode": "Download Kode"
|
||||
}
|
||||
@@ -101,5 +101,6 @@
|
||||
"translate": "Übersetzen",
|
||||
"custom": "Benutzerdefiniert"
|
||||
},
|
||||
"citations": "Zitate"
|
||||
"citations": "Zitate",
|
||||
"downloadCode": "Code herunterladen"
|
||||
}
|
||||
@@ -105,5 +105,6 @@
|
||||
"segmented": {
|
||||
"ollama": "Ollama Models",
|
||||
"custom": "Custom Models"
|
||||
}
|
||||
},
|
||||
"downloadCode": "Download Code"
|
||||
}
|
||||
@@ -100,5 +100,6 @@
|
||||
"rephrase": "Reformular",
|
||||
"translate": "Traducir"
|
||||
},
|
||||
"citations": "Citas"
|
||||
"citations": "Citas",
|
||||
"downloadCode": "Descargar Código"
|
||||
}
|
||||
@@ -94,5 +94,6 @@
|
||||
},
|
||||
"advanced": "تنظیمات بیشتر مدل"
|
||||
},
|
||||
"citations": "منابع"
|
||||
"citations": "منابع",
|
||||
"downloadCode": "دانلود کد"
|
||||
}
|
||||
@@ -100,5 +100,6 @@
|
||||
"rephrase": "Reformuler",
|
||||
"translate": "Traduire"
|
||||
},
|
||||
"citations": "Citations"
|
||||
"citations": "Citations",
|
||||
"downloadCode": "Télécharger le code"
|
||||
}
|
||||
@@ -100,5 +100,6 @@
|
||||
"rephrase": "Riformulare",
|
||||
"translate": "Tradurre"
|
||||
},
|
||||
"citations": "Citazioni"
|
||||
"citations": "Citazioni",
|
||||
"downloadCode": "Scarica Codice"
|
||||
}
|
||||
@@ -100,5 +100,6 @@
|
||||
"rephrase": "言い換え",
|
||||
"translate": "翻訳"
|
||||
},
|
||||
"citations": "引用"
|
||||
"citations": "引用",
|
||||
"downloadCode": "コードをダウンロード"
|
||||
}
|
||||
@@ -99,5 +99,6 @@
|
||||
"rephrase": "പുനഃരൂപീകരിക്കുക",
|
||||
"translate": "വിവർത്തനം ചെയ്യുക"
|
||||
},
|
||||
"citations": "ഉദ്ധരണികൾ"
|
||||
"citations": "ഉദ്ധരണികൾ",
|
||||
"downloadCode": "കോഡ് ഡൗൺലോഡ് ചെയ്യുക"
|
||||
}
|
||||
@@ -101,5 +101,6 @@
|
||||
"translate": "Oversett",
|
||||
"custom": "Egendefinert"
|
||||
},
|
||||
"citations": "Sitater"
|
||||
"citations": "Sitater",
|
||||
"downloadCode": "Last ned kode"
|
||||
}
|
||||
@@ -100,5 +100,6 @@
|
||||
"rephrase": "Reformular",
|
||||
"translate": "Traduzir"
|
||||
},
|
||||
"citations": "Citações"
|
||||
"citations": "Citações",
|
||||
"downloadCode": "Baixar Código"
|
||||
}
|
||||
@@ -100,5 +100,6 @@
|
||||
"rephrase": "Перефразировать",
|
||||
"translate": "Перевести"
|
||||
},
|
||||
"citations": "Цитаты"
|
||||
"citations": "Цитаты",
|
||||
"downloadCode": "Скачать код"
|
||||
}
|
||||
@@ -100,5 +100,6 @@
|
||||
"rephrase": "重述",
|
||||
"translate": "翻译"
|
||||
},
|
||||
"citations": "引用"
|
||||
"citations": "引用",
|
||||
"downloadCode": "下载代码"
|
||||
}
|
||||
Reference in New Issue
Block a user