From fddafdcb8de4775ac8d6cfb6f15ffea444b4acc6 Mon Sep 17 00:00:00 2001 From: Yogesh Surendran Date: Tue, 23 May 2023 08:48:54 +0530 Subject: [PATCH 1/2] Add ta translation for HomeContent index --- src/content/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/index.md b/src/content/index.md index 0ef5df597..8ee2ed9f0 100644 --- a/src/content/index.md +++ b/src/content/index.md @@ -1,6 +1,6 @@ --- id: home -title: React – The library for web and native user interfaces +title: React – வலைத்தள மற்றும் சார் (native) பயனர் இடைமுகங்களின் (interface) நிரலகம். permalink: index.html --- From 36e564a3c12dd0bb7d30cd898ca39cf5bdfe5592 Mon Sep 17 00:00:00 2001 From: Yogesh Surendran Date: Wed, 24 May 2023 08:41:53 +0530 Subject: [PATCH 2/2] docs(ta): add intro translation in quick start --- src/content/learn/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/learn/index.md b/src/content/learn/index.md index b57655bc4..fb04e0b66 100644 --- a/src/content/learn/index.md +++ b/src/content/learn/index.md @@ -1,16 +1,16 @@ --- -title: Quick Start +title: விரைவான தொடக்க வழிகாட்டி --- -Welcome to the React documentation! This page will give you an introduction to the 80% of React concepts that you will use on a daily basis. +React இன் ஆவணத்திற்கு உங்களை வரவேற்கிறோம்! இந்தப் பக்கம் நீங்கள் அன்றாடம் பயன்படுத்தும் React இன் 80% கருத்துக்களைப் பற்றிய அறிமுகத்தை உங்களுக்கு வழங்கும். -- How to create and nest components +- How to create and nest கூறுகள் (components) - How to add markup and styles - How to display data - How to render conditions and lists