1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 23:26:38 +02:00

update readme for internationalization

This commit is contained in:
tale-fau 2023-09-19 12:12:28 +02:00
parent b50f45c2b1
commit 4698d703d5
3 changed files with 43 additions and 17 deletions

View file

@ -305,14 +305,28 @@ For testing:
- **Jest** JavaScript Testing Framework: https://jestjs.io/ (MIT)
- **Puppeteer** Node.js library for controlling a web browser: https://github.com/puppeteer/puppeteer (Apache-2.0)
## Contributors
## Contributions
- Vincent LAURENT (24ème)
- Jean-Baptiste Le Metayer (24ème)
- Xavier Garnier (Logilab)
- Simon Chabot (Logilab)
- Gabriel POMA (24ème)
### Translation
Logilab provided a financial contribution of €1,365 including tax to the company 24ème to develop the multi-signature mode.
To update the translation, simply execute `make` that will update the `.pot` file,
which will merge the `.po` files which then will allow to create updated `.mo` files.
Translations might be added on Weblate : https://hosted.weblate.org/projects/signature-pdf/application/
### Contributors
These people are the authors of the code of this software :
Vincent LAURENT (24ème), Jean-Baptiste Le Metayer (24ème), Xavier Garnier (Logilab), Simon Chabot (Logilab), Tangui Morlier (24ème), Gabriel POMA (24ème), Tanguy Le Faucheur (24ème), Étienne Deparis, battosai30
### Fundings
- 1 365 € excl. taxes from the company Logilab for the development of the shared signature feature
- 1 950 € excl. taxes from the company Logilab for the development of the metadata editing feature
- 100 € excl. taxes donations from the company Spirkop
- 100 € excl. taxes donations from the company PDG IT
- 1 040 € excl. taxes from the foundation NLNet pour software internationalization
The development of the software was primarily done during the working hours of 24ème employees.

View file

@ -313,14 +313,27 @@ Pour les tests :
- **Jest** Framework de Test Javascript : https://jestjs.io/ (MIT)
- **Puppeteer** librairie Node.js pour contrôler un navigateur : https://github.com/puppeteer/puppeteer (Apache-2.0)
## Contributeurs
## Contributions
- Vincent LAURENT (24ème)
- Jean-Baptiste Le Metayer (24ème)
- Xavier Garnier (Logilab)
- Simon Chabot (Logilab)
- Gabriel POMA (24ème)
### Traductions
Logilab a apporté une contribution financière de 1 365 € TTC à la société 24ème pour développer le mode multi signature.
Pour mettre à jour la traduction, exécutez simplement `make` qui mettra a jour le fichier `.pot`,
qui fera un merge avec les fichiers `.po` qui permetteront de recréer les fichiers `.mo` mis a jour.
Le développement du logiciel a principalement été réalisé sur le temps de travail de salariés du 24ème.
Des traductions peuvent etre ajoutées sur Weblate : https://hosted.weblate.org/projects/signature-pdf/application/
### Contributeurs
Ces personnes sont auteurices du code de ce logiciel :
Vincent LAURENT (24ème), Jean-Baptiste Le Metayer (24ème), Xavier Garnier (Logilab), Simon Chabot (Logilab), Tangui Morlier (24ème), Gabriel POMA (24ème), Tanguy Le Faucheur (24ème), Étienne Deparis, battosai30
### Financements
- 1 365 € HT de la société Logilab pour le développement du mode signature partagé à plusieurs
- 1 950 € HT de la société Logilab pour le développement de l'édition des métadonnées
- 100 € HT de don de la société Spirkop
- 100 € HT de don de la société PDG IT
- 1 040 € HT de la fondation NLNet pour l'internationalisation du logiciel
Les modules signature et organiser ont été réalisés sur le temps de travail de salariés du 24ème.

View file

@ -10,8 +10,7 @@ if(getenv("DEBUG")) {
$f3->set('LANGUAGES',
['fr' => 'Français',
'en' => 'English',
'de' => 'Deutsch']);
'en' => 'English']);
$f3->set('XFRAME', null); // Allow use in an iframe
$f3->set('ROOT', __DIR__);