Internationalization for Microsoft Beginner series(Web-Dev-For-Beginners & ML-For-Beginners) and other documents.
- 
github pages : devrel-kr.github.io/i18n-for-beginners/
 - 
Target Branch
- 
Original : microsoft/Web-Dev-For-Beginners
 - 
Korean : devrel-kr/Web-Dev-For-Beginners
 
 - 
 
%%{init: {
  "theme": "neutral",
  "curve": "step"
}}%%
flowchart LR
    A(start) --> B(Find changed docs)
    B -- Unchanged --> B
    B -- Update --> C(Select docs)
    C -- Delete --> B
    C --> |Calc diff| D(Show diff)
    D --> |Translated| E(Show translated docs)  
    E --> |Not Done| B
    E --> |Done| F(((stop)))
    - Azure Translator API : It translates the added changes in advance
 
Following GitHub Secrets are required for CI/CD :
- 
USER_EMAIL: Setting your commit Email address - 
USER_NAME: Setting your commit User Name - 
TRANSLATEAPI: Key to API used for Draft translation 
You can click the Fork button in the upper-right area of the screen to create a copy of this repository in your GitHub account. This copy is called a fork.
Make any changes you want in your fork, and when you are ready to send those changes to us, go to your fork and create a new pull request to let us know about it.
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT license.
