devrel-kr / I18N-For-Beginners

Internationalization for Microsoft Beginner series and other documents

Home Page:https://devrel-kr.github.io/I18N-For-Beginners/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I18N-For-Beginners

Internationalization for Microsoft Beginner series(Web-Dev-For-Beginners & ML-For-Beginners) and other documents.

Flow Chart

Flow chart

%%{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)))
Loading

API

GitHub Secrets

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

Development Tools

Prerequisites for Local Development

How to Contribute

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.


LICENSE

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT license.

About

Internationalization for Microsoft Beginner series and other documents

https://devrel-kr.github.io/I18N-For-Beginners/

License:MIT License


Languages

Language:Python 87.2%Language:Shell 12.8%