Fluent Screen Recorder needs volunteer translators! To help translate, follow these instructions.
- Ensure you have Visual Studio 2019 and the Multilingual App Toolkit extension.
- Fork and clone this repo.
- Open in VS 2019.
- Right click on the
Fluent Screen Recorder
project. - Select Multilingual App Toolkit > Add translation language.
- If you get a message saying "Translation Provider Manager Issue," just click Ok and ignore it. It's unrelated to adding a language.
- Select a language.
- Once you select a language, new
.xlf
files will be created in theMultilingualResources
folder. - Now follow the
Improving an existing language
steps below.
- Inside the
MultilingualResources
folder, open the.xlf
of the language you want to translate.- You can open using any text editor, or you can use the Multilingual Editor
- If you're using a text editor, translate the strings inside the
<target>
node. Then change thestate
property totranslated
. - If you're using the Multilingual Editor, translate the strings inside the
Translation
text field. Make sure to save to preserve your changes. - Once you're done, commit your changes, push to GitHub, and make a pull request.