Skip to content

Commit 35751c2

Browse files
NikulinnnВаше Имя
and
Ваше Имя
authored
✨ IMPROVE: Add Russian translations (#120)
Co-authored-by: Ваше Имя <[email protected]>
1 parent 821b71d commit 35751c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sphinx_copybutton/_static/copybutton.js_t

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ const messages = {
2424
'copy_success': 'Copié !',
2525
'copy_failure': 'Échec de la copie',
2626
},
27+
'ru': {
28+
'copy': 'Скопировать',
29+
'copy_to_clipboard': 'Скопировать в буфер',
30+
'copy_success': 'Скопировано!',
31+
'copy_failure': 'Не удалось скопировать',
32+
},
2733
'zh-CN': {
2834
'copy': '复制',
2935
'copy_to_clipboard': '复制到剪贴板',

0 commit comments

Comments
 (0)