Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.3 KB

CONTRIBUTING.md

File metadata and controls

30 lines (24 loc) · 1.3 KB

Contributing

PRs are welcome, but please keep these notes in mind:

Translating

  • Fork the repository.

  • Translate this file to your language.

  • Create a folder with your BCP-47 language tag as its name in the Strings folder and put the translated file in it.

  • If you are not using Visual Studio, add the new file to the project file manually like this:

<PRIResource Include="Strings\<Your Language Tag>\Resources.resw">
    <SubType>Designer</SubType>
</PRIResource>
internal Contributor[] Translators { get; } = 
{
    ...
    new Contributor("Your Name", "Your GitHub Profile Link", "Your Language Code"),
}
  • Open a PR.