Package Manager for Delphi
- GNU GetText for translations
- JEDI for use the unit JvGnugettext for translations
- UniversalCL by VuioVuvio
DuGet is a package manager for Delphi. It is based on the Delphinus mechanism for find the packages on GitHub. A characteristic of the DuGet Application is the fluent design that make the application similar to an UWP App.
For the translations I have used the JvGnugettext unit distributed by JEDI instead of the gnugettext.pas available at the website of GNU GetText (because it is few dated for Delphi Rio).
If you don't want to use gnugettext for translations, you can comment the definition of GNUGETTEXT in duget.inc. If GNUGETTEXT is not defined, the unit DuGet.Translator will be used. In this unit you have to implement your system for translations.
The version used for DuGet come from the commit 131227da7ad7766e990b83cc1b331f3bdaa7cc78 pushed on 16th Oct 2019.