https://github.com/developpeurpascal/automatically-translate-your-programs-with-deepl-api
Automatically Translate Your Programs with DeepL API (DelphiCon 2023)
https://github.com/developpeurpascal/automatically-translate-your-programs-with-deepl-api
conference conference-paper conference-talk deepl-client delphi delphi-sample delphicon delphicon2023 webbroker webinar webinar-material
Last synced: 6 months ago
JSON representation
Automatically Translate Your Programs with DeepL API (DelphiCon 2023)
- Host: GitHub
- URL: https://github.com/developpeurpascal/automatically-translate-your-programs-with-deepl-api
- Owner: DeveloppeurPascal
- License: agpl-3.0
- Created: 2023-02-02T12:17:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T13:54:41.000Z (about 2 years ago)
- Last Synced: 2025-02-12T21:47:27.488Z (8 months ago)
- Topics: conference, conference-paper, conference-talk, deepl-client, delphi, delphi-sample, delphicon, delphicon2023, webbroker, webinar, webinar-material
- Language: Pascal
- Homepage: https://serialstreameur.fr/automatically-translate-your-programs-with-deepl-api.html
- Size: 51.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog/20230209-DeveloppeurPascal.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Automatically Translate Your Programs with DeepL API (DelphiCon 2023)
[Cette page en français.](LISEZMOI.md)
Demo program for session "[Automatically Translate Your Programs with DeepL API](https://serialstreameur.fr/automatically-translate-your-programs-with-deepl-api.html)" of [DelphiCon 2023](https://www.youtube.com/playlist?list=PLwUPJvR9mZHgfgjbmKTSqeFRn5fIiM4_y) online conference from 14 to 16 February 2023.
[A French edition of this presentation](https://serialstreameur.fr/traduire-automatiquement-ses-logiciels-avec-deepl-et-webbroker.html) is also available.
Many other solutions exist for Delphi developers to translate projects. Some of them were shown during a french webinar in June 2020. See the replay and follow the links directly from [this page](https://serialstreameur.fr/webinaire-20200625.php).
This code repository contains a project developed in Object Pascal language under Delphi. You don't know what Delphi is and where to download it ? You'll learn more [on this web site](https://delphi-resources.developpeur-pascal.fr/).
## Install
To download this project you better should use "git" command but you also can download a ZIP from [its GitHub repository](https://github.com/DeveloppeurPascal/Automatically-Translate-Your-Programs-with-DeepL-API).
**Warning :** if the project has submodules dependencies they wont be in the ZIP file. You'll have to download them manually.
## Dependencies
This code repository has no direct dependencies but some parts are copies of units or projects available on the following code repositories:
* [DeveloppeurPascal/librairies](https://github.com/DeveloppeurPascal/librairies) : various units, a kind of toolbox that you can use in your Delphi projects
* [DeveloppeurPascal/DeepL4Delphi](https://github.com/DeveloppeurPascal/DeepL4Delphi) : client library in Delphi for the REST translation API provided by [DeepL](https://www.deepl.com)
* [DeveloppeurPascal/Delphi-Translation-Library](https://github.com/DeveloppeurPascal/Delphi-Translation-Library) : automated translation library for Delphi projects and various tools related to project translation## How to ask a new feature, report a bug or a security issue ?
If you want an answer from the project owner the best way to ask for a new feature or report a bug is to go to [the GitHub repository](https://github.com/DeveloppeurPascal/Automatically-Translate-Your-Programs-with-DeepL-API) and [open a new issue](https://github.com/DeveloppeurPascal/Automatically-Translate-Your-Programs-with-DeepL-API/issues).
If you found a security issue please don't report it publicly before a patch is available. Explain the case by [sending a private message to the author](https://developpeur-pascal.fr/nous-contacter.php).
You also can fork the repository and contribute by submitting pull requests if you want to help. Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
## Dual licensing model
This project is distributed under [AGPL 3.0 or later](https://choosealicense.com/licenses/agpl-3.0/) license.
If you want to use it or a part of it in your projects but don't want to share the sources or don't want to distribute your project under the same license you can buy the right to use it under the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/) or a dedicated license ([contact the author](https://developpeur-pascal.fr/nous-contacter.php) to explain your needs).
## Support the project and its author
If you think this project is useful and want to support it, please make a donation to [its author](https://github.com/DeveloppeurPascal). It will help to maintain the code and binaries.
You can use one of those services :
* [GitHub Sponsors](https://github.com/sponsors/DeveloppeurPascal)
* [Liberapay](https://liberapay.com/PatrickPremartin)
* [Patreon](https://www.patreon.com/patrickpremartin)
* [Paypal](https://www.paypal.com/paypalme/patrickpremartin)or if you speack french you can [subscribe to Zone Abo](https://zone-abo.fr/nos-abonnements.php) on a monthly or yearly basis and get a lot of resources as videos and articles.