To use it, please follow the following steps:
- Get the last available Releases
- Install WinNUT using the "WinNUT-Setup.msi" file obtained previously
- If you were using an older version of WinNUT (v1.x), copy your "ups.ini" configuration file to the WinNUT installation directory (by default "C: \ Program Files (x86) \ WinNUT-client ") for an automatic import of your parameters during the first launch
- Start WinNUT V2 and modify the parameters according to your needs
WinNUT V2 is natively multilingual, so it is no longer necessary to select your language from the software interface. Currently, WinNUT supports:
- English
- German
- French
- Simplified Chinese
-
Fork this repository
-
In the translation directory:
For a new translation:
- Use the new_translation.csv file to translate the texts
- Save this file in xx-XX corresponding to the language code
For a correction:
- Edit the wrong language file
- Make the necessary corrections
-
Save it instead
-
Create a pull request on this repository to take into account the translation.
- Get the file new_translation.csv
- Perform the necessary translations
- Save this file in csv format (IMPORTANT)
- Create a gist via gist github and paste the contents of the previously created csv file
- Open a new issue and tell me: - the link of the gist - the language to create / correct
Your translation / correction will be added on a new version and will thus be available to the entire community.
Since version 1.8.0.0, WinNut includes a process for checking for updates. This process can be started automatically on startup or manually on demand (and you can choose whether you want to update from the stable or development version)
During this update, the new installation file will be automatically downloaded and you can easily update your version of WinNut.
This process is fully integrated and no longer requires a second executable.
WinNUT uses:
- a modified version of AGauge initially developed by Code-Artist and under MIT license
- Class IniReader developed by Ludvik Jerabek