Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swiszczoo committed Dec 30, 2021
1 parent 5c7df63 commit f0a3f6a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,16 @@ Winpinator makes use of wxWidgets' built-in gettext implementation, so it should
```
<Language code="[ISO language code, e.g de_DE]" name="[Local name of the language, e.g. Deutsch]" flag="[flag filename, e.g. de.png]"
```
Remember that you can also localize the installer by inserting a line
```
!insertmacro MUI_LANGUAGE "[Language name in English]"
```
and then translating all the lines right below, starting with `LangString`.

After finishing a translation and adding this line to `Languages.xml`, please submit a Pull Request.

## License

GNU General Public License version 3, available [here](https://www.gnu.org/licenses/gpl-3.0.html)
GNU General Public License version 3, available [here](https://www.gnu.org/licenses/gpl-3.0.html)


0 comments on commit f0a3f6a

Please sign in to comment.