Skip to content

Commit 4d692c0

Browse files
author
Ваше Имя
committed
[ENH] Russian translations added
1 parent d13f7d1 commit 4d692c0

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
@@ -23,6 +23,12 @@ const messages = {
2323
'copy_to_clipboard': 'Copié dans le presse-papier',
2424
'copy_success': 'Copié !',
2525
'copy_failure': 'Échec de la copie',
26+
},
27+
'ru': {
28+
'copy': 'Скопировать',
29+
'copy_to_clipboard': 'Скопировать в буфер',
30+
'copy_success': 'Скопировано!',
31+
'copy_failure': 'Не удалось скопировать',
2632
}
2733
}
2834

0 commit comments

Comments
 (0)