From 9bd343fb1efab90a0aa03a95b1928a53c1674000 Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Mon, 18 Dec 2023 18:46:49 +0100 Subject: i18n(fr): add expressive code french translations (#1289) --- .changeset/neat-hats-change.md | 5 +++++ packages/starlight/translations/fr.json | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .changeset/neat-hats-change.md diff --git a/.changeset/neat-hats-change.md b/.changeset/neat-hats-change.md new file mode 100644 index 00000000..c7454abf --- /dev/null +++ b/.changeset/neat-hats-change.md @@ -0,0 +1,5 @@ +--- +'@astrojs/starlight': patch +--- + +Adds French translations for Expressive Code UI diff --git a/packages/starlight/translations/fr.json b/packages/starlight/translations/fr.json index f7acf60c..87c843c3 100644 --- a/packages/starlight/translations/fr.json +++ b/packages/starlight/translations/fr.json @@ -22,5 +22,8 @@ "aside.note": "Note", "aside.tip": "Astuce", "aside.caution": "Attention", - "aside.danger": "Danger" + "aside.danger": "Danger", + "expressiveCode.copyButtonCopied": "Copié !", + "expressiveCode.copyButtonTooltip": "Copier dans le presse-papiers", + "expressiveCode.terminalWindowFallbackTitle": "Fenêtre de terminal" } -- cgit