From 6c8cded39cdeb4c1a7432cb1a5181f293c3c666f Mon Sep 17 00:00:00 2001 From: Ajesh Baby Date: Fri, 9 Oct 2020 17:28:41 +0530 Subject: [PATCH] Moving translated file to translations directory (#2215) * Moving translation file to a different directory Signed-off-by: ajeshbaby --- README.md | 6 +++++- README-chn.md => translations/README-chn.md | 0 README-ko.md => translations/README-ko.md | 0 translations/TRANSLATIONS.md | 7 +++++++ 4 files changed, 12 insertions(+), 1 deletion(-) rename README-chn.md => translations/README-chn.md (100%) rename README-ko.md => translations/README-ko.md (100%) create mode 100644 translations/TRANSLATIONS.md diff --git a/README.md b/README.md index e6422cee3..35333aae6 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ [![YouTube Channel](https://img.shields.io/badge/YouTube-Subscribe-red)](https://www.youtube.com/channel/UCa57PMqmz_j0wnteRa9nCaw)



+#### *Read this in [other languages](translations/TRANSLATIONS.md).* + +[🇰🇷](translations/README-ko.md) [🇨🇳](translations/README-chn.md) + ## Overview Litmus is a toolset to do cloud-native chaos engineering. Litmus provides tools to orchestrate chaos on Kubernetes to help SREs find weaknesses in their deployments. SREs use Litmus to run chaos experiments initially in the staging environment and eventually in production to find bugs, vulnerabilities. Fixing the weaknesses leads to increased resilience of the system. @@ -95,4 +99,4 @@ Community Resources:
CNCF Landscape Litmus on CNCF Landscape - \ No newline at end of file + diff --git a/README-chn.md b/translations/README-chn.md similarity index 100% rename from README-chn.md rename to translations/README-chn.md diff --git a/README-ko.md b/translations/README-ko.md similarity index 100% rename from README-ko.md rename to translations/README-ko.md diff --git a/translations/TRANSLATIONS.md b/translations/TRANSLATIONS.md new file mode 100644 index 000000000..b9b0ed30c --- /dev/null +++ b/translations/TRANSLATIONS.md @@ -0,0 +1,7 @@ +# Translations + +| | Translated Link | +| --- | --- | +| 🇨🇳 | [Chinese](README-chn.md)| +| :uk: | [English](../README.md) | +| 🇰🇷 | [Korean](README-ko.md) |