1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-04-30 21:22:45 +02:00

Adding deutsch language

This commit is contained in:
Vincent LAURENT 2023-11-23 12:54:48 +01:00
parent 7f38ddf9ab
commit 990a307552

View file

@ -19,7 +19,8 @@ $f3->set('SUPPORTED_LANGUAGES',
'ar' => 'العربية',
'kab' => 'Taqbaylit',
'oc' => 'Occitan',
'it' => 'Italiano']);
'it' => 'Italiano',
'de' => 'Deutsch']);
$f3->set('XFRAME', null); // Allow use in an iframe
$f3->set('ROOT', __DIR__);