Pull requests are welcome. For major changes, please open an issue to discuss them first.
-
Install Visual Studio (Community edition is fine) with the following workloads:
- .NET desktop deployment
- Universal Windows Platform deployment
-
Create an env file by copying
.env.example
to.env
. Define the following variables in it:LOCATIONIQ_API_KEY
(optional) - LocationIQ API key used to get latitude and longitude based on city namePOEDITOR_API_TOKEN
(optional) - POEditor API token used to test new translations from the POEditor website
-
Open the solution file in Visual Studio and build one of the projects:
WinDynamicDesktop
- Main project to run the appWinDynamicDesktop.Package
- UWP project for Microsoft Store appWinDynamicDesktop.Tests
- Unit tests