Skip to content

Commit d13f7d1

Browse files
authored
IMPROVE: French translations added (#114)
1 parent 38e9b81 commit d13f7d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sphinx_copybutton/_static/copybutton.js_t

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ const messages = {
1717
'copy_to_clipboard': 'In die Zwischenablage kopieren',
1818
'copy_success': 'Kopiert!',
1919
'copy_failure': 'Fehler beim Kopieren',
20+
},
21+
'fr' : {
22+
'copy': 'Copier',
23+
'copy_to_clipboard': 'Copié dans le presse-papier',
24+
'copy_success': 'Copié !',
25+
'copy_failure': 'Échec de la copie',
2026
}
2127
}
2228

0 commit comments

Comments
 (0)