Skip to content

Commit 64249f1

Browse files
committed
Fix French and German "Download" translations.
1 parent b6d426a commit 64249f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/_locales/de/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page."
121121
},
122122
"download": {
123-
"message": "Exportieren",
123+
"message": "Herunterladen",
124124
"description": ""
125125
},
126126
"feed_the_badger_title": {

src/_locales/fr/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"description": "Part of a reminder to visit the intro page. Shown in popup until the user clicks on the reminder link or browses through the intro page."
121121
},
122122
"download": {
123-
"message": "Exporter",
123+
"message": "Télécharger",
124124
"description": ""
125125
},
126126
"feed_the_badger_title": {

0 commit comments

Comments
 (0)