Skip to content

Commit

Permalink
Add frontend french l10n (#149)
Browse files Browse the repository at this point in the history
* Add frontend french l10n

* fix duplication

---------

Co-authored-by: Takehiro Suzuki <[email protected]>
  • Loading branch information
dmetzler and statefb authored Mar 14, 2024
1 parent 239607b commit b2fb54b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/src/i18n/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,11 @@ const translation = {
},
samples: {
title: "Exemple d'instructions",
reference:
'Reference: https://docs.anthropic.com/claude/docs/how-to-use-system-prompts',
anthropicLibrary: {
title: 'Bibliothèque de prompt d\'Anthropic',
sentence: 'Avez-vous besoin de plus d\'exemples ? Visitez : ',
url: 'https://docs.anthropic.com/claude/prompt-library',
},
pythonCodeAssistant: {
title: 'Assistant de code Python',
prompt: `Écrivez un script Python court et de haute qualité pour la tâche donnée, quelque chose qu'un expert Python très qualifié écrirait. Vous écrivez du code pour un développeur expérimenté, ajoutez donc des commentaires uniquement pour les éléments non évidents. Assurez-vous d'inclure toutes les importations requises.
Expand Down

0 comments on commit b2fb54b

Please sign in to comment.