Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

How to add a new YAML file on Github.

Fufu Fang edited this page Jun 22, 2020 · 1 revision

This is mainly for volunteers who are not familiar with Github.

To create a file :

  1. Go to the folder of your current translation language : https://github.com/FoldingCommunity/Translate/tree/master/Localization/fr-FR
  2. Click on the button « Create a new file »
  3. Input the same name as one en-US file like home.yaml and copy/paste the current content as here : https://github.com/FoldingCommunity/Translate/tree/master/Localization/en-US
  4. Click on « Propose new file »
  5. Visit the following url : https://github.com/YourGitHubNickname/Translate/tree/patch-1
  6. Go to your current translation language folder and click on the last file added
  7. Click on the pen icon, and once all changes are done, click on « Commit changes » at the bottom of the page (thanks to termatim on Discord)