- Download and install Visual Studio 2019 and Multilingual App Toolkit extension.
- Fork Clipboard Canvas and create a new branch for the localization.
- Clone forked repo and open in Visual Studio 2019.
- Right-click
ClipboardCanvas (Universal Windows)
and select Multilingual App Toolkit > Add translation language. - (You might encounter an error "Translation Provider Manager issue" you can ignore it and click "OK").
- Select the language you want to translate.
- After hitting "OK" a
.xlf
file should appear with the language underMultilingualResources
. - Continue steps with "Improving an existing language" listed below.
- Download Multilingual App Toolkit Editor.
- From the
MultilingualResources
folder, open the.xlf
language file you want to translate in the Multilingual App Toolkit text editor. - Using the editor, edit the "Translation" field with your translation. Hit "Next row" to move onto another string.
- Once you're done, save your changes, push them to branch, and create a pull request.