added a copy button that copies code to the clipboard

This commit is contained in:
hyung-hwan 2022-01-11 08:22:56 +00:00
parent 612d6a2ea6
commit 13caf8af05
3 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ $lang['Comment'] = 'Comment';
$lang['Commit'] = 'Commit';
$lang['Commitable'] = 'Commitable';
$lang['Committer'] = 'Committer';
$lang['Copy'] = 'Copy';
$lang['Create'] = 'Create';
$lang['Created by'] = 'Created by';
$lang['Created on'] = 'Created on';

View File

@ -20,6 +20,7 @@ $lang['Comment'] = 'Comment';
$lang['Commit'] = 'Commit';
$lang['Commitable'] = 'Commitable';
$lang['Committer'] = 'Pengarang';
$lang['Copy'] = 'Copy';
$lang['Create'] = 'Dibuat';
$lang['Created by'] = 'Dibuat oleh';
$lang['Created on'] = 'Waktu dibuat';

View File

@ -20,6 +20,7 @@ $lang['Comment'] = '소견';
$lang['Commit'] = '커밋';
$lang['Commitable'] = '커밋가능';
$lang['Committer'] = '커밋터';
$lang['Copy'] = '복사';
$lang['Create'] = '생성';
$lang['Created by'] = '최초생성인';
$lang['Created on'] = '최초생성시간';