-
-
Notifications
You must be signed in to change notification settings - Fork 59
Help us translate this app
Eugene Volynko edited this page Feb 24, 2021
·
4 revisions
If you would like to help us translate the Quick Picture Viewer into your language or fix something in the current translation, then follow these instructions.
- Fork the repository;
- Duplicate this file;
- Rename the cloned file to
lang_
[TWO_LETTER_CODE_OF_YOUR_LANGUAGE].resx
, and translate it; - Make a pull request with this new file.
- Fork the repository;
- Find a correct translation file here;
- Fix what you think is wrong;
- Make a pull request with your changes.
- Open file in your text editor;
- You need to translate only
<data><value>...</value></data>
tags. For example:
Before:
<data name="background-color" xml:space="preserve">
<value>Background color</value>
<comment>Menu</comment>
</data>
After:
<data name="background-color" xml:space="preserve">
<value>背景颜色</value>
<comment>Menu</comment>
</data>
Or you can simply use this tool to edit .resx
files.
No need to translate lang_en.Designer.cs
file.