Skip to content

devrel-kr/I18N-For-Beginners

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6be68b0 · Dec 21, 2022
Dec 21, 2022
Jun 10, 2022
Jun 9, 2022
Dec 6, 2022
Dec 6, 2022
Jun 10, 2022
Nov 15, 2022
Jun 10, 2022
Jul 25, 2022
Jun 9, 2022

Repository files navigation

I18N-For-Beginners

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

Flow Chart

Flow chart

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

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published