1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2026-03-14 13:55:44 +01:00

add translate string to signature file

This commit is contained in:
tale-fau 2023-09-22 18:32:49 +02:00
commit 4ad36c87a7
6 changed files with 389 additions and 383 deletions

View file

@ -157,7 +157,8 @@
'Move this page' => _('Move this page'),
'Move here' => _('Move here'),
'Turn this page' => _('Turn this page'),
'Download this page' => _('Download this page')
'Download this page' => _('Download this page'),
]); ?>;
</script>
<script src="<?php echo $REVERSE_PROXY_URL; ?>/js/organization.js?<?php echo ($COMMIT) ? $COMMIT : filemtime($ROOT."/public/js/organization.js") ?>"></script>