PicView
PicView copied to clipboard
Add translations
If you would like to translate PicView, or update an existing translation, please take a look at my guide:
- Make a fork of this repository
- Copy
en.jsonfrom /Config/Languages and rename it to your two letter language code (wiki). - Edit the right side values of the xx.json file to your language.
- Issue a pull request.
Note Shift and Alt are keyboard key names
If you want to test it not required
- Open the project with the latest version of Visual Studio or Rider and have the latest .NET SDK installed.
- Start the app and change the language in the settings window
F4.
For xx-xx / xx_xx (zh-CN / zh_CN for example), should we use - or _?
It should be zh_CN then :)