Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.31 KB

CONTRIBUTING.md

File metadata and controls

17 lines (15 loc) · 1.31 KB

Translate Clipboard Canvas

Adding a new language

  • 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 under MultilingualResources.
  • Continue steps with "Improving an existing language" listed below.

Improving an existing language

  • 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.